[PATCH] block: remove redundant semicolon

From: Nian Yanchuan
Date: Sun Feb 27 2022 - 12:22:16 EST


Remove redundant semicolon from block/bdev.c

Signed-off-by: Nian Yanchuan <yanchuan@xxxxxxxxxxxx>
---
block/bdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/bdev.c b/block/bdev.c
index 102837a37051..4faaf4d8f890 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)
--
2.18.2