From: Kumar Gaurav Date: Thu, 8 Aug 2013 18:23:24 +0000 (+0530) Subject: Staging: zram: zram_drv.c: Fixed Error of trailing whitespace X-Git-Tag: submit/tizen/20141121.110247~2564 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d10300c81c759ff1b226736f54ae4a630f3863d2;p=platform%2Fkernel%2Flinux-3.10.git Staging: zram: zram_drv.c: Fixed Error of trailing whitespace Fixed by removing trailing whitespace Change-Id: Ia789db213c6917b2f9eeb795d573d9d2ae4c19cd Signed-off-by: Kumar Gaurav Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/zram/zram_drv.c b/drivers/staging/zram/zram_drv.c index 7ebf91d..44949d2 100644 --- a/drivers/staging/zram/zram_drv.c +++ b/drivers/staging/zram/zram_drv.c @@ -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;