[PATCH] ntfs: Remove unneeded semicolon

From: Chen Ni

Date: Wed Feb 25 2026 - 20:47:44 EST


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

Signed-off-by: Chen Ni <nichen@xxxxxxxxxxx>
---
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