block: Improve kernel-doc headers
authorBart Van Assche <bvanassche@acm.org>
Wed, 21 Jun 2023 16:50:54 +0000 (09:50 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 21 Jun 2023 19:18:15 +0000 (13:18 -0600)
commit017fb83ee0612595ec70c65ddd83472706b02a50
tree3806c8d73747774b9ad0e0fb9e319b965bdf37bd
parent2293cae703cda162684ae966db6b1b4a11b5e88f
block: Improve kernel-doc headers

Fix the documentation of the devt_from_partuuid() return value.

Fix the following two recently introduced kernel-doc warnings:

block/bdev.c:570: warning: Function parameter or member 'hops' not described in 'bd_finish_claiming'
block/early-lookup.c:46: warning: Function parameter or member 'devt' not described in 'devt_from_partuuid'

Cc: Christoph Hellwig <hch@lst.de>
Fixes: 0718afd47f70 ("block: introduce holder ops")
Fixes: cf056a431215 ("init: improve the name_to_dev_t interface")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20230621165054.743815-1-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bdev.c
block/early-lookup.c