doc: match spdk_scsi_dev_get_next_lun argument name
Documentation for spdk_scsi_dev_get_next_lun now matches the function. include/spdk/scsi.h:239: error: argument 'lun' of command @param is not found in the argument list of spdk_scsi_dev_get_next_lun(struct spdk_scsi_lun *prev_lun) Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I40512656cc215933fcd945429fac23318a083e09 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10384 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
2a1e635f49
commit
9ad1b56ba8
@ -236,7 +236,7 @@ struct spdk_scsi_lun *spdk_scsi_dev_get_first_lun(struct spdk_scsi_dev *dev);
|
||||
/**
|
||||
* Get the next logical unit of a SCSI device.
|
||||
*
|
||||
* \param lun Previous logical unit.
|
||||
* \param prev_lun Previous logical unit.
|
||||
*
|
||||
* \return the next logical unit of a SCSI device, or NULL if the prev_lun was the last.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user