mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
RAS/AMD/ATL: Remove an unneeded semicolon
Remove an unneeded semicolon. No functional changes. Detected by Coccinelle. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://patch.msgid.link/20240701072118.846277-1-nichen@iscas.ac.cn
This commit is contained in:
committed by
Borislav Petkov (AMD)
parent
8f0b4cce44
commit
0923a618a7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user