doc: fix some doxygen warnings

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

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

Reviewed-on: https://review.gerrithub.io/416034
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Jim Harris 2018-06-19 03:56:11 -07:00 committed by Daniel Verkamp
parent 96e93bd8d5
commit d5e76d83cb
2 changed files with 3 additions and 3 deletions

View File

@ -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.
*/

View File

@ -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.
*/