From: Hyunchul Lee <hyc.lee@gmail.com>
To: Chen Ni <nichen@iscas.ac.cn>
Cc: linkinjeon@kernel.org, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ntfs: Remove unneeded semicolon
Date: Thu, 26 Feb 2026 14:09:54 +0900 [thread overview]
Message-ID: <aZ_VotoBN9lyitwN@hyunchul-PC02> (raw)
In-Reply-To: <20260226014528.3499348-1-nichen@iscas.ac.cn>
On Thu, Feb 26, 2026 at 09:45:28AM +0800, Chen Ni wrote:
> 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>
Looks good to me. Thanks for the patch, Chen.
Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com>
> ---
> fs/ntfs/super.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/ntfs/super.c b/fs/ntfs/super.c
> index 3f559df4856b..830dfc5aed2d 100644
> --- a/fs/ntfs/super.c
> +++ b/fs/ntfs/super.c
> @@ -1337,7 +1337,7 @@ static bool load_and_init_upcase(struct ntfs_volume *vol)
> addr, size);
> kunmap_local(addr);
> folio_put(folio);
> - };
> + }
> if (size == PAGE_SIZE) {
> size = i_size & ~PAGE_MASK;
> if (size)
> --
> 2.25.1
>
--
Thanks,
Hyunchul
next prev parent reply other threads:[~2026-02-26 5:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-26 1:45 Chen Ni
2026-02-26 5:09 ` Hyunchul Lee [this message]
2026-02-26 9:28 ` Namjae Jeon
-- strict thread matches above, loose matches on Subject: below --
2022-11-05 15:31 Shaomin Deng
2023-05-06 1:06 ` Namjae Jeon
2023-05-19 10:01 ` Christian Brauner
2021-11-05 1:39 [PATCH] ntfs:Remove " cgel.zte
2021-11-03 6:47 [PATCH] NTFS:Remove " cgel.zte
2021-11-03 2:09 [PATCH] ntfs: Remove " cgel.zte
2021-02-03 1:46 [PATCH] ntfs: remove " Yang Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aZ_VotoBN9lyitwN@hyunchul-PC02 \
--to=hyc.lee@gmail.com \
--cc=linkinjeon@kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nichen@iscas.ac.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome