Staging: zram: zram_drv.c: Fixed Error of trailing whitespace
authorKumar Gaurav <kumargauravgupta3@gmail.com>
Thu, 8 Aug 2013 18:23:24 +0000 (23:53 +0530)
committerAlex Shi <alex.shi@linaro.org>
Mon, 11 May 2015 09:36:06 +0000 (17:36 +0800)
Fixed by removing trailing whitespace

Signed-off-by: Kumar Gaurav <kumargauravgupta3@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit a539c72a195c081d950475c2945cb82d80be9b66)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
drivers/staging/zram/zram_drv.c

index 84df3999d6af35075794f68d3b1f937c4cc89307..35d536a113952e2834ebd06049ea570ba7e382ea 100644 (file)
@@ -169,7 +169,7 @@ static inline int is_partial_io(struct bio_vec *bvec)
 static inline int valid_io_request(struct zram *zram, struct bio *bio)
 {
        u64 start, end, bound;
-       
+
        /* unaligned request */
        if (unlikely(bio->bi_sector & (ZRAM_SECTOR_PER_LOGICAL_BLOCK - 1)))
                return 0;