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

Christophe Varoqui christophe.varoqui at opensvc.com
Fri Jul 8 06:12:53 UTC 2016


Rebased and merged.
Thanks.

On Fri, Jul 1, 2016 at 1:17 PM, Milan P. Gandhi <mgandhi at redhat.com> wrote:

> 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
>
> --
> dm-devel mailing list
> dm-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20160708/bcc1a398/attachment.htm>


More information about the dm-devel mailing list