Skip to content

Commit b3397c2

Browse files
bvanasschejfvogel
authored andcommitted
nvme-fabrics: document the poll function argument
This patch avoids that the kernel-doc tool reports a warning when building with W=1. Fixes: 26c6822 ("nvme-fabrics: allow nvmf_connect_io_queue to poll") # v5.0-rc1 Signed-off-by: Bart Van Assche <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> (cherry picked from commit a467fc5) Orabug: 29933720 Signed-off-by: Alan Adamson <[email protected]> Reviewed-by: John Donnelly <[email protected]>
1 parent 14d3266 commit b3397c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/nvme/host/fabrics.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ EXPORT_SYMBOL_GPL(nvmf_connect_admin_queue);
430430
* @qid: NVMe I/O queue number for the new I/O connection between
431431
* host and target (note qid == 0 is illegal as this is
432432
* the Admin queue, per NVMe standard).
433+
* @poll: Whether or not to poll for the completion of the connect cmd.
433434
*
434435
* This function issues a fabrics-protocol connection
435436
* of a NVMe I/O queue (via NVMe Fabrics "Connect" command)

0 commit comments

Comments
 (0)