Re: [PATCH] fs: block_dev.c: fix kernel-doc warnings from struct block_device changes

2021-01-04 Thread Christoph Hellwig
I sent two patches for that quite a while ago..

Re: [PATCH] fs: block_dev.c: fix kernel-doc warnings from struct block_device changes

2020-12-29 Thread Jens Axboe
On 12/28/20 8:47 PM, Randy Dunlap wrote: > Fix new kernel-doc warnings in fs/block_dev.c: > > ../fs/block_dev.c:1066: warning: Excess function parameter 'whole' > description in 'bd_abort_claiming' > ../fs/block_dev.c:1837: warning: Function parameter or member 'dev' not > described in

[PATCH] fs: block_dev.c: fix kernel-doc warnings from struct block_device changes

2020-12-28 Thread Randy Dunlap
Fix new kernel-doc warnings in fs/block_dev.c: ../fs/block_dev.c:1066: warning: Excess function parameter 'whole' description in 'bd_abort_claiming' ../fs/block_dev.c:1837: warning: Function parameter or member 'dev' not described in 'lookup_bdev' Fixes: 4e7b5671c6a8 ("block: remove i_bdev")