block: Fix blk_mq_*_map_queues() kernel-doc headers
authorBart Van Assche <bvanassche@acm.org>
Fri, 31 May 2019 00:00:49 +0000 (17:00 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 31 May 2019 21:12:34 +0000 (15:12 -0600)
commit0542cd57d266074114d70791ab245e18f750cd32
treebfca38e362ef7c3078fd4f6a1f52dca2a27885b1
parent216382dccb2e0c101671cc5444e307fef24290dd
block: Fix blk_mq_*_map_queues() kernel-doc headers

This patch avoids that the kernel-doc script complains about these
function headers when building with W=1.

Cc: Hannes Reinecke <hare@suse.com>
Cc: Keith Busch <keith.busch@intel.com>
Fixes: ed76e329d74a ("blk-mq: abstract out queue map") # v5.0.
Fixes: e42b3867de4b ("blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues") # v5.0.
Reviewed-by: Chaitanya Kulkarni <chiatanya.kulkarni@wdc.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-pci.c
block/blk-mq-rdma.c
block/blk-mq-virtio.c