aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/setup.c
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2021-02-02 11:34:36 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2021-04-23 01:38:04 +1000
commitcaea7b833d866e0badf4b12dc41bf9fe6a7295f3 (patch)
tree67057c0dbae99bcab62048022a85e7a5b05f7af4 /arch/powerpc/platforms/powernv/setup.c
parentpowerpc/eeh: remove unneeded semicolon (diff)
downloadlinux-dev-caea7b833d866e0badf4b12dc41bf9fe6a7295f3.tar.xz
linux-dev-caea7b833d866e0badf4b12dc41bf9fe6a7295f3.zip
powerpc/64s: remove unneeded semicolon
Eliminate the following coccicheck warning: ./arch/powerpc/platforms/powernv/setup.c:160:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/1612236877-104974-1-git-send-email-yang.lee@linux.alibaba.com
Diffstat (limited to 'arch/powerpc/platforms/powernv/setup.c')
-rw-r--r--arch/powerpc/platforms/powernv/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/setup.c b/arch/powerpc/platforms/powernv/setup.c
index aadf932c4e61..a8db3f153063 100644
--- a/arch/powerpc/platforms/powernv/setup.c
+++ b/arch/powerpc/platforms/powernv/setup.c
@@ -157,7 +157,7 @@ static void __init pnv_check_guarded_cores(void)
for_each_node_by_type(dn, "cpu") {
if (of_property_match_string(dn, "status", "bad") >= 0)
bad_count++;
- };
+ }
if (bad_count) {
printk(" _ _______________\n");