]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
update doc cross links
authorKeith Busch <kbusch@kernel.org>
Thu, 8 Oct 2020 15:13:08 +0000 (08:13 -0700)
committerKeith Busch <kbusch@kernel.org>
Thu, 8 Oct 2020 15:13:08 +0000 (08:13 -0700)
Signed-off-by: Keith Busch <kbusch@kernel.org>
src/nvme/ioctl.h

index 12edb604b49a3b8b68cd4a9c725886a960c1eb7c..4090aa82247a5ebc0d94775fcf361207753b3160 100644 (file)
@@ -2203,7 +2203,7 @@ int nvme_ns_mgmt(int fd, __u32 nsid, enum nvme_ns_mgmt_sel sel,
  *             set to 0 to use the system default.
  *
  * On successful creation, the namespace exists in the subsystem, but is not
- * attached to any controller. Use the nvme_ns_attach_ctrls() to assign the
+ * attached to any controller. Use the &nvme_ns_attach_ctrls() to assign the
  * namespace to one or more controllers.
  *
  * Return: The nvme command status if a response was received (see
@@ -2218,7 +2218,7 @@ int nvme_ns_mgmt_create(int fd, struct nvme_id_ns *ns, __u32 *nsid,
  * @nsid:      Namespace identifier to delete
  *
  * It is recommended that a namespace being deleted is not attached to any
- * controller. Use the nvme_ns_detach_ctrls() first if the namespace is still
+ * controller. Use the &nvme_ns_detach_ctrls() first if the namespace is still
  * attached.
  *
  * Return: The nvme command status if a response was received (see