summaryrefslogtreecommitdiff
path: root/drivers/md/md-llbitmap.c
diff options
context:
space:
mode:
authorChen Ni <nichen@iscas.ac.cn>2025-09-10 17:19:12 +0800
committerYu Kuai <yukuai@fnnas.com>2025-11-08 16:55:35 +0800
commit46caa40534fcab1b341455b156c2bcf3674a6bdc (patch)
tree781ef6814c872b5b66f447ea29eefa93ccfdf6f3 /drivers/md/md-llbitmap.c
parent7fc8f632e68cd4db3bfee11ff7aa2ac731c5147a (diff)
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>
Diffstat (limited to 'drivers/md/md-llbitmap.c')
-rw-r--r--drivers/md/md-llbitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md-llbitmap.c b/drivers/md/md-llbitmap.c
index 1eb434306162..9c1ade19b774 100644
--- a/drivers/md/md-llbitmap.c
+++ b/drivers/md/md-llbitmap.c
@@ -378,7 +378,7 @@ static void llbitmap_infect_dirty_bits(struct llbitmap *llbitmap,
case BitClean:
pctl->state[pos] = BitDirty;
break;
- };
+ }
}
}