Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zou Wei and committed by
Linus Torvalds
9fa88c5d fe3bc8a9

+1 -1
+1 -1
fs/hpfs/buffer.c
··· 53 53 return; 54 54 } 55 55 brelse(bh); 56 - }; 56 + } 57 57 58 58 blk_start_plug(&plug); 59 59 while (n > 0) {