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>
This commit is contained in:
parent
59aabd6a22
commit
a539c72a19
@ -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)
|
static inline int valid_io_request(struct zram *zram, struct bio *bio)
|
||||||
{
|
{
|
||||||
u64 start, end, bound;
|
u64 start, end, bound;
|
||||||
|
|
||||||
/* unaligned request */
|
/* unaligned request */
|
||||||
if (unlikely(bio->bi_sector & (ZRAM_SECTOR_PER_LOGICAL_BLOCK - 1)))
|
if (unlikely(bio->bi_sector & (ZRAM_SECTOR_PER_LOGICAL_BLOCK - 1)))
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user