]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ntfs: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Thu, 26 Feb 2026 01:45:28 +0000 (09:45 +0800)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 26 Feb 2026 09:26:04 +0000 (18:26 +0900)
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>
Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/super.c

index 3f559df4856b8f9684c0375da60af8ce581b7952..830dfc5aed2d871da1a9adba7ecda071ed01d24d 100644 (file)
@@ -1337,7 +1337,7 @@ read_partial_upcase_page:
                                addr, size);
                kunmap_local(addr);
                folio_put(folio);
-       };
+       }
        if (size == PAGE_SIZE) {
                size = i_size & ~PAGE_MASK;
                if (size)