lib/nvmf: Fix return type to be alone on a line for _nvmf_ctrlr_destruct()

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I0af1bf6fa8dc5dec0263ea799f166632c10078ca
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3624
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Shuhei Matsumoto 2020-08-02 08:00:40 +09:00 committed by Jim Harris
parent d49d316e63
commit a4b5041cd0

View File

@ -840,8 +840,8 @@ spdk_nvmf_poll_group_add(struct spdk_nvmf_poll_group *group,
return rc;
}
static
void _nvmf_ctrlr_destruct(void *ctx)
static void
_nvmf_ctrlr_destruct(void *ctx)
{
struct spdk_nvmf_ctrlr *ctrlr = ctx;