]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
powerpc: remove unneeded semicolon
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 24 Feb 2021 07:29:21 +0000 (15:29 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 24 Mar 2021 03:09:29 +0000 (14:09 +1100)
Fix the following coccicheck warnings:

./arch/powerpc/kernel/prom_init.c:2986:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1614151761-53721-1-git-send-email-jiapeng.chong@linux.alibaba.com
arch/powerpc/kernel/prom_init.c

index ccf77b985c8f6b3b81a7c171c4c68be3d035c474..41ed7e33d8973c55f6294e725f9b40f439a826a3 100644 (file)
@@ -2983,7 +2983,7 @@ static void __init fixup_device_tree_efika_add_phy(void)
                                " 0x3 encode-int encode+"
                                " s\" interrupts\" property"
                        " finish-device");
-       };
+       }
 
        /* Check for a PHY device node - if missing then create one and
         * give it's phandle to the ethernet node */