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: Wed, 16 Aug 2023 10:32:07 +0100
From: Martin Habets <habetsm.xilinx@...il.com>
To: Yang Li <yang.lee@...ux.alibaba.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
	pabeni@...hat.com, ecree.xilinx@...il.com, netdev@...r.kernel.org,
	linux-net-drivers@....com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] sfc: Remove unneeded semicolon

On Wed, Aug 16, 2023 at 08:49:44AM +0800, Yang Li wrote:
> ./drivers/net/ethernet/sfc/tc_conntrack.c:464:2-3: Unneeded semicolon
> 
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>

Thanks for catching this!

Acked-by: Martin Habets <habetsm.xilinx@...il.com>

> ---
>  drivers/net/ethernet/sfc/tc_conntrack.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/sfc/tc_conntrack.c b/drivers/net/ethernet/sfc/tc_conntrack.c
> index 54ed288543d0..8e06bfbcbea1 100644
> --- a/drivers/net/ethernet/sfc/tc_conntrack.c
> +++ b/drivers/net/ethernet/sfc/tc_conntrack.c
> @@ -461,7 +461,7 @@ static int efx_tc_flow_block(enum tc_setup_type type, void *type_data,
>  		return efx_tc_ct_stats(ct_zone, tcb);
>  	default:
>  		break;
> -	};
> +	}
>  
>  	return -EOPNOTSUPP;
>  }
> -- 
> 2.20.1.7.g153144c
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ