]> Gentwo Git Trees - linux/.git/commitdiff
mfd: ls2kbmc: Remove unneeded semicolon from ls2k_bmc_recover_pci_data()
authorChen Ni <nichen@iscas.ac.cn>
Tue, 11 Nov 2025 05:24:51 +0000 (13:24 +0800)
committerLee Jones <lee@kernel.org>
Wed, 19 Nov 2025 15:37:37 +0000 (15:37 +0000)
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20251111052451.3687740-1-nichen@iscas.ac.cn
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/ls2k-bmc-core.c

index e162b3c7c9f8219abbb2c638179e9f320645b132..08d631d954ef04ef993af8cf3e36763bc661fc2c 100644 (file)
@@ -265,7 +265,7 @@ static int ls2k_bmc_recover_pci_data(void *data)
                if (!ls2k_bmc_bar0_addr_is_set(parent))
                        break;
                mdelay(1);
-       };
+       }
 
        if (i == 0)
                return false;