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] [day] [month] [year] [list]
Date:   Thu, 11 Mar 2021 15:24:55 -0800
From:   Saeed Mahameed <saeed@...nel.org>
To:     Parav Pandit <parav@...dia.com>,
        Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
Cc:     "leon@...nel.org" <leon@...nel.org>,
        "davem@...emloft.net" <davem@...emloft.net>,
        "kuba@...nel.org" <kuba@...nel.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] net/mlx5: remove unneeded semicolon

On Wed, 2021-03-03 at 08:52 +0000, Parav Pandit wrote:
> Hi Saeed,
> 
> > From: Parav Pandit <parav@...dia.com>
> > Sent: Monday, February 22, 2021 3:32 PM
> > 
> > 
> > > From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
> > > Sent: Monday, February 22, 2021 3:27 PM
> > > 
> > > Fix the following coccicheck warnings:
> > > 
> > > ./drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c:495:2-3:
> > > Unneeded semicolon.
> > > 
> > > Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> > > Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
> > > ---
> > >  drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c
> > > b/drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c
> > > index c2ba41b..60a6328 100644
> > > --- a/drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c
> > > +++ b/drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c
> > > @@ -492,7 +492,7 @@ static int mlx5_sf_esw_event(struct
> > > notifier_block
> > > *nb, unsigned long event, voi
> > >                 break;
> > >         default:
> > >                 break;
> > > -       };
> > > +       }
> > > 
> > >         return 0;
> > >  }
> > > --
> > > 1.8.3.1
> > 
> > Reviewed-by: Parav Pandit <parav@...dia.com>
> 
> Will you take this patch [1] to your queue?
> 
> [1]
> https://lore.kernel.org/linux-rdma/1613987819-43161-1-git-send-email-jiapeng.chong@linux.alibaba.com/

Applied to net-next-mlx5.
Thanks,
Saeed.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ