summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-pci.c
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2019-05-30 20:00:49 -0400
committerJens Axboe <axboe@kernel.dk>2019-05-31 17:12:34 -0400
commit0542cd57d266074114d70791ab245e18f750cd32 (patch)
treebfca38e362ef7c3078fd4f6a1f52dca2a27885b1 /block/blk-mq-pci.c
parent216382dccb2e0c101671cc5444e307fef24290dd (diff)
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>
Diffstat (limited to 'block/blk-mq-pci.c')
-rw-r--r--block/blk-mq-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-mq-pci.c b/block/blk-mq-pci.c
index ad4545a2a98b..b595a94c4d16 100644
--- a/block/blk-mq-pci.c
+++ b/block/blk-mq-pci.c
@@ -13,7 +13,7 @@
13 13
14/** 14/**
15 * blk_mq_pci_map_queues - provide a default queue mapping for PCI device 15 * blk_mq_pci_map_queues - provide a default queue mapping for PCI device
16 * @set: tagset to provide the mapping for 16 * @qmap: CPU to hardware queue map.
17 * @pdev: PCI device associated with @set. 17 * @pdev: PCI device associated with @set.
18 * @offset: Offset to use for the pci irq vector 18 * @offset: Offset to use for the pci irq vector
19 * 19 *