From: Zou Wei Date: Sat, 6 Jun 2020 16:57:41 +0000 (+0200) Subject: hpfs: fix warning due to superfluous semicolon X-Git-Tag: v5.15~3674 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fa88c5d3f5eae3e68ef20d226c3f13e21490668;p=platform%2Fkernel%2Flinux-starfive.git hpfs: fix warning due to superfluous semicolon Fixes coccicheck warning: fs/hpfs/buffer.c:56:2-3: Unneeded semicolon Reported-by: Hulk Robot Signed-off-by: Zou Wei Signed-off-by: Mikulas Patocka Signed-off-by: Linus Torvalds --- 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) {