Hello, Below patch fixes a minor typo in multipath/main.c Thanks, Milan. Signed-off-by: Milan P. Gandhi <mgandhi@xxxxxxxxxx> --- 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 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel