commit | fac7f626c958d417e67f5b13eb68782b59f7f57f | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Nov 05 18:39:50 2013 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Nov 05 18:39:50 2013 -0800 |
tree | 3f697c9e5363d43660fdca90dbd3b8f68163e63d | |
parent | 3c2770d95c7a79c8d3990d006d76b6362e3e7d89 [diff] | |
parent | cc447fc1b9581b4f90930ca3f4b4c7b564c8b1f7 [diff] |
Merge "Staging: zram: zram_drv.c: Fixed Error of trailing whitespace"
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 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;