Commit d5e76d83 authored by Jim Harris's avatar Jim Harris Committed by Daniel Verkamp
Browse files

doc: fix some doxygen warnings



These were related to recent scsi.h and sock.h
patches.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I17db2eefcbf3ade7a5baad68fb2e12a9474c1ce0

Reviewed-on: https://review.gerrithub.io/416034


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 96e93bd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ int spdk_scsi_dev_get_id(const struct spdk_scsi_dev *dev);
 * Get the logical unit of the given SCSI device whose id is lun_id.
 *
 * \param dev SCSI device.
 * \param id Id of the logical unit.
 * \param lun_id Id of the logical unit.
 *
 * \return the logical unit on success, or NULL on failure.
 */
@@ -363,7 +363,7 @@ void spdk_scsi_port_free(struct spdk_scsi_port **pport);
/**
 * Get the name of the SCSI port.
 *
 * \param SCSI port to query.
 * \param port SCSI port to query.
 *
 * \return the name of the SCSI port.
 */
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ struct spdk_sock_group;
 * \param saddr A pointer to the buffer to hold the address of server.
 * \param slen Length of the buffer 'saddr'.
 * \param caddr A pointer to the buffer to hold the address of client.
 * \param slen Length of the buffer 'caddr'.
 * \param clen Length of the buffer 'caddr'.
 *
 * \return 0 on success, -1 on failure.
 */