linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] NTFS: Unneeded semicolon
@ 2022-08-13 16:12 min tang
  2023-05-10  1:45 ` Namjae Jeon
  0 siblings, 1 reply; 2+ messages in thread
From: min tang @ 2022-08-13 16:12 UTC (permalink / raw)
  To: anton; +Cc: linux-ntfs-dev, linux-kernel, min tang

There is no semicolon after '}' in line 902.

Signed-off-by: min tang <tangmin@cdjrlc.com>
---
 fs/ntfs/lcnalloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ntfs/lcnalloc.c b/fs/ntfs/lcnalloc.c
index eda9972e6159..66c2b29e09dd 100644
--- a/fs/ntfs/lcnalloc.c
+++ b/fs/ntfs/lcnalloc.c
@@ -899,7 +899,7 @@ s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s64 count,
 		}
 		/* We have freed @to_free real clusters. */
 		real_freed = to_free;
-	};
+	}
 	/* Go to the next run and adjust the number of clusters left to free. */
 	++rl;
 	if (count >= 0)
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] NTFS: Unneeded semicolon
  2022-08-13 16:12 [PATCH] NTFS: Unneeded semicolon min tang
@ 2023-05-10  1:45 ` Namjae Jeon
  0 siblings, 0 replies; 2+ messages in thread
From: Namjae Jeon @ 2023-05-10  1:45 UTC (permalink / raw)
  To: min tang; +Cc: anton, linux-ntfs-dev, linux-kernel, Christian Brauner

2022-08-14 1:12 GMT+09:00, min tang <tangmin@cdjrlc.com>:
> There is no semicolon after '}' in line 902.
>
> Signed-off-by: min tang <tangmin@cdjrlc.com>
Reviewed-by: Namjae Jeon <linkinjeon@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-10  1:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-13 16:12 [PATCH] NTFS: Unneeded semicolon min tang
2023-05-10  1:45 ` Namjae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).