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

md/md-llbitmap: Remove unneeded semicolon

Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Link: https://lore.kernel.org/linux-raid/20250910091912.25624-1-nichen@iscas.ac.cn
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Yu Kuai <yukuai@fnnas.com>

authored by

Chen Ni and committed by
Yu Kuai
46caa405 7fc8f632

+1 -1
+1 -1
drivers/md/md-llbitmap.c
··· 378 378 case BitClean: 379 379 pctl->state[pos] = BitDirty; 380 380 break; 381 - }; 381 + } 382 382 } 383 383 } 384 384