From af2bf0ebfbfa08be17163879ae51aee8507556b2 Mon Sep 17 00:00:00 2001 From: Jin Yu Date: Mon, 15 Mar 2021 20:04:26 +0800 Subject: [PATCH] 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 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 Reviewed-by: Aleksey Marchuk Reviewed-by: Konrad Sztyber Reviewed-by: Jim Harris --- include/spdk/env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdk/env.h b/include/spdk/env.h index c5ae5d863..adf082acc 100644 --- a/include/spdk/env.h +++ b/include/spdk/env.h @@ -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);