Commit 483546c1 authored by Nian Yanchuan's avatar Nian Yanchuan Committed by Jens Axboe

block: remove redundant semicolon

Remove redundant semicolon from block/bdev.c
Signed-off-by: default avatarNian Yanchuan <yanchuan@nfschina.com>
Link: https://lore.kernel.org/r/20220227170124.GA14658@localhost.localdomainSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 451f0b6f
......@@ -678,7 +678,7 @@ static int blkdev_get_whole(struct block_device *bdev, fmode_t mode)
if (test_bit(GD_NEED_PART_SCAN, &disk->state))
bdev_disk_changed(disk, false);
bdev->bd_openers++;
return 0;;
return 0;
}
static void blkdev_put_whole(struct block_device *bdev, fmode_t mode)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment