[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220719043605.5935-1-gaoxin@cdjrlc.com>
Date: Tue, 19 Jul 2022 12:36:05 +0800
From: Xin Gao <gaoxin@...rlc.com>
To: anton@...era.com
Cc: linux-ntfs-dev@...ts.sourceforge.net, linux-kernel@...r.kernel.org,
Xin Gao <gaoxin@...rlc.com>
Subject: [PATCH] treewide:Unneeded semicolon
Unneeded semicolon
Signed-off-by: Xin Gao <gaoxin@...rlc.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.30.2
Powered by blists - more mailing lists