mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] block:bio.c Cleanup styleguide errors reported by checkpatch.pl
@ 2014-07-18  5:54 Jim Richardson
  0 siblings, 0 replies; only message in thread
From: Jim Richardson @ 2014-07-18  5:54 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel, Jim Richardson

3 styleguide errors cleaned up from checkpatch.pl report for block/bio.c

Signed-off-by: Jim Richardson <weaselkeeper@gmail.com>
---
 block/bio.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/block/bio.c b/block/bio.c
index 0ec61c9..41707f0 100644
--- a/block/bio.c
+++ b/block/bio.c
@@ -1337,7 +1337,7 @@ static struct bio *__bio_map_user_iov(struct request_queue *q,
 
 			if (len <= 0)
 				break;
-			
+
 			if (bytes > len)
 				bytes = len;
 
@@ -1374,7 +1374,7 @@ static struct bio *__bio_map_user_iov(struct request_queue *q,
 
  out_unmap:
 	for (i = 0; i < nr_pages; i++) {
-		if(!pages[i])
+		if (!pages[i])
 			break;
 		page_cache_release(pages[i]);
 	}
@@ -2025,7 +2025,7 @@ static void __init biovec_init_slabs(void)
 
 		size = bvs->nr_vecs * sizeof(struct bio_vec);
 		bvs->slab = kmem_cache_create(bvs->name, size, 0,
-                                SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL);
+				SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL);
 	}
 }
 
-- 
2.0.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-18  5:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-18  5:54 [PATCH] block:bio.c Cleanup styleguide errors reported by checkpatch.pl Jim Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®