]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 22:20:25 +0000 (15:20 -0700)
Fixed by removing trailing whitespace

Signed-off-by: Kumar Gaurav <kumargauravgupta3@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/zram/zram_drv.c

index 7ebf91d347f534f55669eaa19cd3a274f5124530..44949d21b59c39221af8571d966bebdc6dd5050a 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;