All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging:zram:zram_drv.c Fixed Error of trailing whitespace
@ 2013-08-08 18:35 ` Kumar Gaurav
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gaurav @ 2013-08-08 18:23 UTC (permalink / raw)
  To: gregkh, minchan, jiang.liu, ngupta, jmarchan
  Cc: devel, linux-kernel, kernel-janitors, kumargauravgupta3

Fixed by removing trailing whitespace

Signed-off-by: Kumar Gaurav <kumargauravgupta3@gmail.com>
---
 drivers/staging/zram/zram_drv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/zram/zram_drv.c b/drivers/staging/zram/zram_drv.c
index 82c7202..f590715 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;
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] Staging:zram:zram_drv.c Fixed Error of trailing whitespace
@ 2013-08-08 18:35 ` Kumar Gaurav
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gaurav @ 2013-08-08 18:35 UTC (permalink / raw)
  To: gregkh, minchan, jiang.liu, ngupta, jmarchan
  Cc: devel, linux-kernel, kernel-janitors, kumargauravgupta3

Fixed by removing trailing whitespace

Signed-off-by: Kumar Gaurav <kumargauravgupta3@gmail.com>
---
 drivers/staging/zram/zram_drv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/zram/zram_drv.c b/drivers/staging/zram/zram_drv.c
index 82c7202..f590715 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;
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-08 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-08 18:23 [PATCH] Staging:zram:zram_drv.c Fixed Error of trailing whitespace Kumar Gaurav
2013-08-08 18:35 ` Kumar Gaurav

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.