Remove the documentation for a removed parameter. Fixes: 37c3fc9abb25 ("block: simplify the block device claiming interface") Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- fs/block_dev.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.29.2