aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorKumar Gaurav <kumargauravgupta3@gmail.com>2013-08-08 23:53:24 +0530
committerSimon Shields <keepcalm444@gmail.com>2016-06-12 21:19:45 +1000
commite60cdab903cca0f6ebace03e01a278b6764c9767 (patch)
tree8a14975fc52cc69c3d81400632dd22ffaf7f8a86 /drivers/staging
parenta0b95fe74c5e5fc02f3749cf3a31ab787014a5d7 (diff)
downloadkernel_samsung_smdk4412-e60cdab903cca0f6ebace03e01a278b6764c9767.zip
kernel_samsung_smdk4412-e60cdab903cca0f6ebace03e01a278b6764c9767.tar.gz
kernel_samsung_smdk4412-e60cdab903cca0f6ebace03e01a278b6764c9767.tar.bz2
Staging: zram: zram_drv.c: Fixed Error of trailing whitespace
Fixed by removing trailing whitespace Change-Id: If43b8acf92d4c504c443c8e4c7995de3e410aca0 Signed-off-by: Kumar Gaurav <kumargauravgupta3@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Git-commit: a539c72a195c081d950475c2945cb82d80be9b66 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
Diffstat (limited to 'drivers/staging')
-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 e74425a..607ab18 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;