]> git.baikalelectronics.ru Git - kernel.git/commitdiff
nvme-pci: fix nvme_suspend_queue() kernel-doc header
authorBart Van Assche <bvanassche@acm.org>
Mon, 8 Oct 2018 21:28:43 +0000 (14:28 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 17 Oct 2018 06:58:26 +0000 (08:58 +0200)
This patch avoids that the kernel-doc tool complains about the
nvme_suspend_queue() function header when building with W=1.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c

index d668682f91dfdb3428e02a44df2c8ade9ccf0042..450481c2fd17baec97ef58c9706226517e524a6e 100644 (file)
@@ -1249,7 +1249,7 @@ static void nvme_free_queues(struct nvme_dev *dev, int lowest)
 
 /**
  * nvme_suspend_queue - put queue into suspended state
- * @nvmeq - queue to suspend
+ * @nvmeq: queue to suspend
  */
 static int nvme_suspend_queue(struct nvme_queue *nvmeq)
 {