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]
Message-ID: <20251229143728.GAaVKSKGIAfgWfNDki@fat_crate.local>
Date: Mon, 29 Dec 2025 15:37:28 +0100
From: Borislav Petkov <bp@...en8.de>
To: Chen Ni <nichen@...as.ac.cn>
Cc: Yazen.Ghannam@....com, tony.luck@...el.com, linux-edac@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] RAS/AMD/ATL: Remove unneeded semicolon

On Mon, Jul 01, 2024 at 03:21:18PM +0800, Chen Ni wrote:
> Remove unneeded semicolon.
> This is detected by coccinelle.
> 
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>
> ---
>  drivers/ras/amd/atl/denormalize.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/ras/amd/atl/denormalize.c b/drivers/ras/amd/atl/denormalize.c
> index 1a525cfa983c..d45ce753e636 100644
> --- a/drivers/ras/amd/atl/denormalize.c
> +++ b/drivers/ras/amd/atl/denormalize.c
> @@ -683,7 +683,7 @@ static int denorm_addr_df4_np2(struct addr_ctx *ctx)
>  	default:
>  		atl_debug_on_bad_intlv_mode(ctx);
>  		return -EINVAL;
> -	};
> +	}
>  
>  	if (ctx->map.num_intlv_sockets == 1) {
>  		hash_pa8	= BIT_ULL(shift_value) & ctx->ret_addr;
> -- 

Applied, thanks.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ