[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <64cc0632-37dd-4070-9158-3dab69e1ad27@yukuai.org.cn>
Date: Sat, 20 Sep 2025 18:04:14 +0800
From: Yu Kuai <hailan@...uai.org.cn>
To: Chen Ni <nichen@...as.ac.cn>, song@...nel.org, yukuai3@...wei.com
Cc: linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] md/md-llbitmap: Remove unneeded semicolon
在 2025/9/10 17:19, Chen Ni 写道:
> Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
> semantic patch at scripts/coccinelle/misc/semicolon.cocci.
>
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>
> ---
> drivers/md/md-llbitmap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/md/md-llbitmap.c b/drivers/md/md-llbitmap.c
> index 3337d5c7e7e5..0f15428b2403 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;
> - };
> + }
> }
> }
>
Applied to md-6.18
Thanks
Kuai
Powered by blists - more mailing lists