diff mbox series

[1/2] block: fixup the kerneldoc for bd_abort_claiming

Message ID 20201222133004.3016790-1-hch@lst.de (mailing list archive)
State New, archived
Headers show
Series [1/2] block: fixup the kerneldoc for bd_abort_claiming | expand

Commit Message

Christoph Hellwig Dec. 22, 2020, 1:30 p.m. UTC
Remove the documentation for a removed parameter.

Fixes: 37c3fc9abb25 ("block: simplify the block device claiming interface")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 fs/block_dev.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/block_dev.c b/fs/block_dev.c
index 9e56ee1f265230..7633e5ac0885f7 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -1056,7 +1056,6 @@  static void bd_finish_claiming(struct block_device *bdev, void *holder)
 /**
  * bd_abort_claiming - abort claiming of a block device
  * @bdev: block device of interest
- * @whole: whole block device
  * @holder: holder that has claimed @bdev
  *
  * Abort claiming of a block device when the exclusive open failed. This can be