From ca080c1309262f3080afe6ba028f194870bbe8c7 Mon Sep 17 00:00:00 2001 From: Anil Veerabhadrappa Date: Tue, 15 Oct 2019 22:06:30 -0700 Subject: [PATCH] nvmf: fix a typo in api documentation Signed-off-by: Anil Veerabhadrappa Change-Id: If35b8795df191c3f5a5c888c68b58249835aeeb0 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/471431 Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris Community-CI: Broadcom SPDK FC-NVMe CI --- include/spdk/nvmf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdk/nvmf.h b/include/spdk/nvmf.h index ec9222889c..3bdea4073c 100644 --- a/include/spdk/nvmf.h +++ b/include/spdk/nvmf.h @@ -499,7 +499,7 @@ int spdk_nvmf_subsystem_set_allow_any_host(struct spdk_nvmf_subsystem *subsystem /** * Check whether a subsystem should allow any host or only hosts in the allowed list. * - * \param subsystem Subsystem to modify. + * \param subsystem Subsystem to query. * * \return true if any host is allowed to connect to this subsystem, or false if * connecting hosts must be in the whitelist configured with spdk_nvmf_subsystem_add_host().