Commit 0542cd57 authored by Bart Van Assche's avatar Bart Van Assche Committed by Jens Axboe

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: ed76e329 ("blk-mq: abstract out queue map") # v5.0.
Fixes: e42b3867 ("blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues") # v5.0.
Reviewed-by: default avatarChaitanya Kulkarni <chiatanya.kulkarni@wdc.com>
Signed-off-by: default avatarBart Van Assche <bvanassche@acm.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 216382dc
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
/** /**
* blk_mq_pci_map_queues - provide a default queue mapping for PCI device * blk_mq_pci_map_queues - provide a default queue mapping for PCI device
* @set: tagset to provide the mapping for * @qmap: CPU to hardware queue map.
* @pdev: PCI device associated with @set. * @pdev: PCI device associated with @set.
* @offset: Offset to use for the pci irq vector * @offset: Offset to use for the pci irq vector
* *
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
/** /**
* blk_mq_rdma_map_queues - provide a default queue mapping for rdma device * blk_mq_rdma_map_queues - provide a default queue mapping for rdma device
* @set: tagset to provide the mapping for * @map: CPU to hardware queue map.
* @dev: rdma device associated with @set. * @dev: rdma device to provide a mapping for.
* @first_vec: first interrupt vectors to use for queues (usually 0) * @first_vec: first interrupt vectors to use for queues (usually 0)
* *
* This function assumes the rdma device @dev has at least as many available * This function assumes the rdma device @dev has at least as many available
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
/** /**
* blk_mq_virtio_map_queues - provide a default queue mapping for virtio device * blk_mq_virtio_map_queues - provide a default queue mapping for virtio device
* @set: tagset to provide the mapping for * @qmap: CPU to hardware queue map.
* @vdev: virtio device associated with @set. * @vdev: virtio device to provide a mapping for.
* @first_vec: first interrupt vectors to use for queues (usually 0) * @first_vec: first interrupt vectors to use for queues (usually 0)
* *
* This function assumes the virtio device @vdev has at least as many available * This function assumes the virtio device @vdev has at least as many available
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment