[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220227170124.GA14658@localhost.localdomain>
Date: Mon, 28 Feb 2022 01:01:24 +0800
From: Nian Yanchuan <yanchuan@...china.com>
To: axboe@...nel.dk
Cc: linux-block@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] block: remove redundant semicolon
Remove redundant semicolon from block/bdev.c
Signed-off-by: Nian Yanchuan <yanchuan@...china.com>
---
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
Powered by blists - more mailing lists