[PATCH] net/utils: fix semicolon.cocci warnings
David Miller
davem at davemloft.net
Fri Feb 17 10:52:54 PST 2017
From: kbuild test robot <lkp at intel.com>
Date: Fri, 17 Feb 2017 05:34:03 +0800
> net/core/utils.c:388:2-3: Unneeded semicolon
>
>
> Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> CC: Sagi Grimberg <sagi at grimberg.me>
> Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
> ---
>
> utils.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/net/core/utils.c
> +++ b/net/core/utils.c
> @@ -385,7 +385,7 @@ int inet_pton_with_scope(struct net *net
I have no idea what tree this could be against, as net/core/utils.c doesn't
have more than 351 lines in any tree I maintain.
More information about the Linux-nvme
mailing list