mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
hpfs: fix warning due to superfluous semicolon
Fixes coccicheck warning: fs/hpfs/buffer.c:56:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Zou Wei <zou_wei@huawei.com> Signed-off-by: Mikulas Patocka <mikulas@twibright.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
fe3bc8a988
commit
9fa88c5d3f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user