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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 28 Apr 2020 19:49:34 +0000
From:   Saeed Mahameed <saeedm@...lanox.com>
To:     "linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
        "zhengbin13@...wei.com" <zhengbin13@...wei.com>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "leon@...nel.org" <leon@...nel.org>
Subject: Re: [PATCH] net/mlx5e: Remove unneeded semicolon

On Fri, 2020-04-24 at 16:43 +0800, Zheng Bin wrote:
> Fixes coccicheck warning:
> 
> drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c:690:2-3: Unneeded
> semicolon
> 
> Reported-by: Hulk Robot <hulkci@...wei.com>
> Signed-off-by: Zheng Bin <zhengbin13@...wei.com>
> ---
>  drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
> b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
> index a172c5e39710..a673adb54307 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
> @@ -687,7 +687,7 @@ mlx5_tc_ct_block_flow_offload(enum tc_setup_type
> type, void *type_data,
>  		return mlx5_tc_ct_block_flow_offload_stats(ft, f);
>  	default:
>  		break;
> -	};
> +	}
> 
>  	return -EOPNOTSUPP;
>  }
> --
> 2.26.0.106.g9fadedd
> 


Applied to net-next-mlx5, will be sent to net-next in one of my next
pull requests..

Thanks!


Powered by blists - more mailing lists