lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 2 Nov 2020 10:59:47 -0800
From:   Andrii Nakryiko <andrii.nakryiko@...il.com>
To:     trix@...hat.com
Cc:     "David S. Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>,
        Alexei Starovoitov <ast@...nel.org>,
        Andrii Nakryiko <andriin@...com>,
        Eric Dumazet <edumazet@...gle.com>, ap420073@...il.com,
        Cong Wang <xiyou.wangcong@...il.com>, jiri@...lanox.com,
        Maxim Mikityanskiy <maximmi@...lanox.com>,
        Networking <netdev@...r.kernel.org>,
        open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] net: core: remove unneeded semicolon

On Sun, Nov 1, 2020 at 7:38 AM <trix@...hat.com> wrote:
>
> From: Tom Rix <trix@...hat.com>
>
> A semicolon is not needed after a switch statement.
>
> Signed-off-by: Tom Rix <trix@...hat.com>
> ---

Yep.

Acked-by: Andrii Nakryiko <andrii@...nel.org>

>  net/core/dev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/core/dev.c b/net/core/dev.c
> index 751e5264fd49..10f5d0c3d0d7 100644
> --- a/net/core/dev.c
> +++ b/net/core/dev.c
> @@ -8898,7 +8898,7 @@ static bpf_op_t dev_xdp_bpf_op(struct net_device *dev, enum bpf_xdp_mode mode)
>                 return dev->netdev_ops->ndo_bpf;
>         default:
>                 return NULL;
> -       };
> +       }
>  }
>
>  static struct bpf_xdp_link *dev_xdp_link(struct net_device *dev,
> --
> 2.18.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ