Skip to content

Commit

Permalink
hpfs: fix warning due to superfluous semicolon
Browse files Browse the repository at this point in the history
Fixes coccicheck warning:

  fs/hpfs/buffer.c:56:2-3: Unneeded semicolon

Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Zou Wei <[email protected]>
Signed-off-by: Mikulas Patocka <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
SamuelZOU authored and torvalds committed Jun 6, 2020
1 parent fe3bc8a commit 9fa88c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/hpfs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9fa88c5

Please sign in to comment.