Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chen Ni and committed by
Lee Jones
3696ac1d 65a4ee23

+1 -1
+1 -1
drivers/mfd/ls2k-bmc-core.c
··· 265 265 if (!ls2k_bmc_bar0_addr_is_set(parent)) 266 266 break; 267 267 mdelay(1); 268 - }; 268 + } 269 269 270 270 if (i == 0) 271 271 return false;