Skip to content

Commit 8cbb92b

Browse files
ikegami-tigaw
authored andcommitted
fabrics: fix nvme_get_adrfam function description parameter ctrl as c
Since the warning message output by kernel-doc-check. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent a71ec94 commit 8cbb92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nvme/fabrics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ static int nvmf_dim(nvme_ctrl_t c, enum nvmf_dim_tas tas, __u8 trtype,
16771677
* address from the socket, then we'll infer the address family from the
16781678
* address of the DC since the DC address has the same address family.
16791679
*
1680-
* @ctrl: Host NVMe controller instance maintaining the admin queue used to
1680+
* @c: Host NVMe controller instance maintaining the admin queue used to
16811681
* submit the DIM command to the DC.
16821682
*
16831683
* Return: The address family of the source address associated with the

0 commit comments

Comments
 (0)