[PATCH] perf/x86/amd/uncore: Remove unnecessary semicolon

Chen Ni posted 1 patch 1 year, 5 months ago
arch/x86/events/amd/uncore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] perf/x86/amd/uncore: Remove unnecessary semicolon
Posted by Chen Ni 1 year, 5 months ago
Remove unnecessary semicolon.
This is detected by coccinelle.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
 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 0bfde2ea5cb8..f34ee4b2ebf9 100644
--- a/arch/x86/events/amd/uncore.c
+++ b/arch/x86/events/amd/uncore.c
@@ -1045,7 +1045,7 @@ static int __init amd_uncore_init(void)
 			ret = -ENOMEM;
 			goto fail;
 		}
-	};
+	}
 
 	/*
 	 * Install callbacks. Core will call them for each online cpu.
-- 
2.25.1