env: fix a samll issue for doxygen

The space should not be there. The doxygen
will not generate proper docs with it.

Change-Id: Id7e6fb2228abf1717e7e4097a9454c7820884655
Signed-off-by: Jin Yu <jin.yu@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6881
Community-CI: Broadcom CI
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Jin Yu 2021-03-15 20:04:26 +08:00 committed by Tomasz Zawadzki
parent cb6b0658b8
commit af2bf0ebfb

View File

@ -1329,7 +1329,7 @@ int spdk_mem_reserve(void *vaddr, size_t len);
* \param vaddr Virtual address to get
* \param offset Virtual address's map offset to the file descriptor
*
* \ return negative errno on failure, otherwise return the file descriptor
* \return negative errno on failure, otherwise return the file descriptor
*/
int spdk_mem_get_fd_and_offset(void *vaddr, uint64_t *offset);