Fix a new kernel-doc warning in block/blk-mq.c: ../block/blk-mq.c:1844: warning: Function parameter or member 'at_head' not described in 'blk_mq_request_bypass_insert' Fixes: 105663f73e71 ("blk-mq: Document functions for sending request") Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: André Almeida <andrealmeid@xxxxxxxxxxxxx> Cc: Jens Axboe <axboe@xxxxxxxxx> Cc: linux-block@xxxxxxxxxxxxxxx --- block/blk-mq.c | 1 + 1 file changed, 1 insertion(+) --- lnx-59-rc1.orig/block/blk-mq.c +++ lnx-59-rc1/block/blk-mq.c @@ -1834,6 +1834,7 @@ void __blk_mq_insert_request(struct blk_ /** * blk_mq_request_bypass_insert - Insert a request at dispatch list. * @rq: Pointer to request to be inserted. + * @at_head: true if the request should be inserted at the head of the list. * @run_queue: If we should run the hardware queue after inserting the request. * * Should only be used carefully, when the caller knows we want to