aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Gaurav <kumargauravgupta3@gmail.com>2013-08-08 23:53:24 +0530
committerMister Oyster <oysterized@gmail.com>2016-12-11 12:53:31 +0100
commit13e93703a586cb27f450067af612750a6fe2bfc3 (patch)
tree2bd501331af725c4e3ffdd9b47fa4cbbd17e8600
parent20ed89e1a16f98ce32ac218aeaa75e30544124a2 (diff)
Staging: zram: zram_drv.c: Fixed Error of trailing whitespace
Fixed by removing trailing whitespace Signed-off-by: Kumar Gaurav <kumargauravgupta3@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/zram/zram_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/zram/zram_drv.c b/drivers/staging/zram/zram_drv.c
index ddae8d77a..7f8eb71fa 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;