[Drbd-dev] [PATCH 12/17] lru_cache: remove space before tabs

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


checkpatch emits WARNING: please, no space before tabs

Remove space before tabs.

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

diff --git a/lib/lru_cache.c b/lib/lru_cache.c
index b9cc261..9eed675 100644
--- a/lib/lru_cache.c
+++ b/lib/lru_cache.c
@@ -511,7 +511,7 @@ struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr)
  * plus:
  *
  * pointer to an element already on the "to_be_changed" list.
- * 	In this case, the cache was already marked %LC_DIRTY.
+ * In this case, the cache was already marked %LC_DIRTY.
  *
  * Caller needs to make sure that the pending transaction is completed,
  * before proceeding to actually use this element.
-- 
2.7.4



More information about the drbd-dev mailing list