[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20231018011138.782-1-yang.lee@linux.alibaba.com>
Date: Wed, 18 Oct 2023 09:11:38 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: dave.hansen@...ux.intel.com, peterz@...radead.org,
mingo@...hat.com, acme@...nel.org
Cc: mark.rutland@....com, alexander.shishkin@...ux.intel.com,
jolsa@...nel.org, namhyung@...nel.org,
linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] perf/x86/amd/uncore: Remove unneeded semicolon
./arch/x86/events/amd/uncore.c:1038:2-3: Unneeded semicolon
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6899
Signed-off-by: Yang Li <yang.lee@...ux.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
Powered by blists - more mailing lists