[Drbd-dev] [PATCH 11/17] lru_cache: remove multiple blank lines

Tobin C. Harding me at tobin.cc
Mon Oct 2 00:34:10 CEST 2017


checkpatch emits CHECK: Please don't use multiple blank lines.

Remove multiple blank lines.

Signed-off-by: Tobin C. Harding <me at tobin.cc>
---
 lib/lru_cache.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/lru_cache.c b/lib/lru_cache.c
index dc34bbc..b9cc261 100644
--- a/lib/lru_cache.c
+++ b/lib/lru_cache.c
@@ -260,7 +260,6 @@ static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr)
 	return  lc->lc_slot + (enr % lc->nr_elements);
 }
 
-
 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr,
 				    bool include_changing)
 {
@@ -566,7 +565,6 @@ void lc_committed(struct lru_cache *lc)
 	RETURN();
 }
 
-
 /**
  * lc_put - give up refcnt of @e
  * @lc: the lru cache to operate on
-- 
2.7.4



More information about the drbd-dev mailing list