* [PATCH -next] perf/x86/amd/uncore: Remove unneeded semicolon
@ 2023-10-18 1:11 Yang Li
0 siblings, 0 replies; only message in thread
From: Yang Li @ 2023-10-18 1:11 UTC (permalink / raw)
To: dave.hansen, peterz, mingo, acme
Cc: mark.rutland, alexander.shishkin, jolsa, namhyung,
linux-perf-users, linux-kernel, Yang Li, Abaci Robot
./arch/x86/events/amd/uncore.c:1038:2-3: Unneeded semicolon
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6899
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
arch/x86/events/amd/uncore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/events/amd/uncore.c b/arch/x86/events/amd/uncore.c
index 5bf03c575812..5546b9c08b73 100644
--- a/arch/x86/events/amd/uncore.c
+++ b/arch/x86/events/amd/uncore.c
@@ -1035,7 +1035,7 @@ static int __init amd_uncore_init(void)
ret = -ENOMEM;
goto fail;
}
- };
+ }
/*
* Install callbacks. Core will call them for each online cpu.
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-10-18 1:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18 1:11 [PATCH -next] perf/x86/amd/uncore: Remove unneeded semicolon Yang Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).