Cc: Christophe Varoqui <christophe.varo...@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazq...@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

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to