From: Nian Yanchuan Date: Sun, 27 Feb 2022 17:01:24 +0000 (+0800) Subject: block: remove redundant semicolon X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=483546c11d702fd6f74c8c3f8123b7672def10b2;p=linux.git block: remove redundant semicolon Remove redundant semicolon from block/bdev.c Signed-off-by: Nian Yanchuan Link: https://lore.kernel.org/r/20220227170124.GA14658@localhost.localdomain Signed-off-by: Jens Axboe --- diff --git a/block/bdev.c b/block/bdev.c index a3632317c8aae..ce8de42a89bea 100644 --- a/block/bdev.c +++ b/block/bdev.c @@ -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)