<div dir="ltr">Rebased and merged.<div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 1, 2016 at 1:17 PM, Milan P. Gandhi <span dir="ltr"><<a href="mailto:mgandhi@redhat.com" target="_blank">mgandhi@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, Below patch fixes a minor typo in multipath/main.c<br>
<br>
Thanks,<br>
Milan.<br>
<br>
Signed-off-by: Milan P. Gandhi <<a href="mailto:mgandhi@redhat.com">mgandhi@redhat.com</a>><br>
---<br>
<br>
diff --git a/multipath/main.c b/multipath/main.c<br>
index aadebec..7d23521 100644<br>
--- a/multipath/main.c<br>
+++ b/multipath/main.c<br>
@@ -288,7 +288,7 @@ configure (void)<br>
                        if (failed == 2 && conf->cmd == CMD_VALID_PATH)<br>
                                printf("%s is not a valid multipath device path\n", conf->dev);<br>
                        else<br>
-                               condlog(3, "scope is nul");<br>
+                               condlog(3, "scope is null");<br>
                        goto out;<br>
                }<br>
                if (conf->cmd == CMD_REMOVE_WWID) {<br>
@@ -360,7 +360,7 @@ configure (void)<br>
<br>
<br>
        if (conf->cmd == CMD_VALID_PATH) {<br>
-               /* This only happens if find_multipaths is and<br>
+               /* This only happens if find_multipaths and<br>
                 * ignore_wwids is set.<br>
                 * If there is currently a multipath device matching<br>
                 * the refwwid, or there is more than one path matching<br>
<br>
--<br>
dm-devel mailing list<br>
<a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/dm-devel" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/dm-devel</a><br>
</blockquote></div><br></div>