[dm-devel] [PATCH] multipath/main.c fix a minor typo

Milan P. Gandhi mgandhi at redhat.com
Fri Jul 1 11:17:02 UTC 2016


Hello, Below patch fixes a minor typo in multipath/main.c

Thanks,
Milan.

Signed-off-by: Milan P. Gandhi <mgandhi at redhat.com>
---

diff --git a/multipath/main.c b/multipath/main.c
index aadebec..7d23521 100644
--- a/multipath/main.c
+++ b/multipath/main.c
@@ -288,7 +288,7 @@ configure (void)
 			if (failed == 2 && conf->cmd == CMD_VALID_PATH)
 				printf("%s is not a valid multipath device path\n", conf->dev);
 			else
-				condlog(3, "scope is nul");
+				condlog(3, "scope is null");
 			goto out;
 		}
 		if (conf->cmd == CMD_REMOVE_WWID) {
@@ -360,7 +360,7 @@ configure (void)
 
 
 	if (conf->cmd == CMD_VALID_PATH) {
-		/* This only happens if find_multipaths is and
+		/* This only happens if find_multipaths and
 		 * ignore_wwids is set.
 		 * If there is currently a multipath device matching
 		 * the refwwid, or there is more than one path matching




More information about the dm-devel mailing list