[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1576752286-17549-1-git-send-email-zhengbin13@huawei.com>
Date: Thu, 19 Dec 2019 18:44:46 +0800
From: zhengbin <zhengbin13@...wei.com>
To: <mikulas@...ax.karlin.mff.cuni.cz>, <linux-kernel@...r.kernel.org>
CC: <zhengbin13@...wei.com>
Subject: [PATCH] hpfs: Remove unneeded semicolon
Fixes coccicheck warning:
fs/hpfs/buffer.c:56:2-3: Unneeded semicolon
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: zhengbin <zhengbin13@...wei.com>
---
fs/hpfs/buffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/hpfs/buffer.c b/fs/hpfs/buffer.c
index e285d6b..d392468 100644
--- a/fs/hpfs/buffer.c
+++ b/fs/hpfs/buffer.c
@@ -53,7 +53,7 @@ void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n)
return;
}
brelse(bh);
- };
+ }
blk_start_plug(&plug);
while (n > 0) {
--
2.7.4
Powered by blists - more mailing lists