mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
65a4ee23e0
commit
3696ac1d0d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue