[dm-devel] [PATCH] multipath-tools: fix indent and replace spaces with tab

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Nov 5 10:50:46 UTC 2016


Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/checkers.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmultipath/checkers.h b/libmultipath/checkers.h
index fedc330..1d225de 100644
--- a/libmultipath/checkers.h
+++ b/libmultipath/checkers.h
@@ -112,8 +112,8 @@ struct checker {
 						multipath-wide. Use MALLOC if
 						you want to stuff data in. */
 	int (*check)(struct checker *);
-	void (*repair)(struct checker *);     /* called if check returns
-					        PATH_DOWN to bring path into
+	void (*repair)(struct checker *);    /* called if check returns
+						PATH_DOWN to bring path into
 						usable state */
 	int (*init)(struct checker *);       /* to allocate the context */
 	void (*free)(struct checker *);      /* to free the context */
-- 
2.10.2




More information about the dm-devel mailing list