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;
|
return;
|
||||||
}
|
}
|
||||||
brelse(bh);
|
brelse(bh);
|
||||||
};
|
}
|
||||||
|
|
||||||
blk_start_plug(&plug);
|
blk_start_plug(&plug);
|
||||||
while (n > 0) {
|
while (n > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user