Skip to content

Commit 5b5ac58

Browse files
ikegami-tigaw
authored andcommitted
libnvme/fabrics: fix inet_pton_with_scope function header description
Fix to describe the parameter ctx correctly instead of r. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 5eb2413 commit 5b5ac58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libnvme/src/nvme/fabrics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ static int inet6_pton(struct nvme_global_ctx *ctx, const char *src, uint16_t por
627627

628628
/**
629629
* inet_pton_with_scope - convert an IPv4/IPv6 to socket address
630-
* @r: nvme_root_t object
630+
* @ctx: Global context
631631
* @af: address family, AF_INET, AF_INET6 or AF_UNSPEC for either
632632
* @src: the start of the address string
633633
* @trsvcid: transport service identifier

0 commit comments

Comments
 (0)