projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
451f0b6
)
block: remove redundant semicolon
author
Nian Yanchuan
<yanchuan@nfschina.com>
Sun, 27 Feb 2022 17:01:24 +0000
(
01:01
+0800)
committer
Jens Axboe
<axboe@kernel.dk>
Sun, 27 Feb 2022 21:52:36 +0000
(14:52 -0700)
Remove redundant semicolon from block/bdev.c
Signed-off-by: Nian Yanchuan <yanchuan@nfschina.com>
Link:
https://lore.kernel.org/r/20220227170124.GA14658@localhost.localdomain
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bdev.c
patch
|
blob
|
history
diff --git
a/block/bdev.c
b/block/bdev.c
index a3632317c8aaefb78d77de2be2e4fe62ad72e234..ce8de42a89beaa321d55ed163691314d2bf79919 100644
(file)
--- 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)