Skip to content

Commit 3696ac1

Browse files
Chen Nilag-linaro
authored andcommitted
mfd: ls2kbmc: Remove unneeded semicolon from ls2k_bmc_recover_pci_data()
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>
1 parent 65a4ee2 commit 3696ac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mfd/ls2k-bmc-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ static int ls2k_bmc_recover_pci_data(void *data)
265265
if (!ls2k_bmc_bar0_addr_is_set(parent))
266266
break;
267267
mdelay(1);
268-
};
268+
}
269269

270270
if (i == 0)
271271
return false;

0 commit comments

Comments
 (0)