nvme: add missing param in doc for spdk_nvme_ctrlr_get_max_xfer_size()
Add missing param keyword in documentation for spdk_nvme_ctrlr_get_max_xfer_size(). Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com> Change-Id: I0e4242b41b50a12da5a79e6fef135e5f3046ac6e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5139 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
efedaf17e8
commit
bd9db7f8c2
@ -986,6 +986,8 @@ struct spdk_pci_device *spdk_nvme_ctrlr_get_pci_device(struct spdk_nvme_ctrlr *c
|
|||||||
/**
|
/**
|
||||||
* Get the maximum data transfer size of a given NVMe controller.
|
* Get the maximum data transfer size of a given NVMe controller.
|
||||||
*
|
*
|
||||||
|
* \param ctrlr Opaque handle to NVMe controller.
|
||||||
|
*
|
||||||
* \return Maximum data transfer size of the NVMe controller in bytes.
|
* \return Maximum data transfer size of the NVMe controller in bytes.
|
||||||
*
|
*
|
||||||
* The I/O command helper functions, such as spdk_nvme_ns_cmd_read(), will split
|
* The I/O command helper functions, such as spdk_nvme_ns_cmd_read(), will split
|
||||||
|
Loading…
Reference in New Issue
Block a user