Hi Saeed,

> From: Parav Pandit <pa...@nvidia.com>
> Sent: Monday, February 22, 2021 3:32 PM
> 
> 
> > From: Jiapeng Chong <jiapeng.ch...@linux.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 <ab...@linux.alibaba.com>
> > Signed-off-by: Jiapeng Chong <jiapeng.ch...@linux.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 <pa...@nvidia.com>

Will you take this patch [1] to your queue?

[1] 
https://lore.kernel.org/linux-rdma/1613987819-43161-1-git-send-email-jiapeng.ch...@linux.alibaba.com/

Reply via email to