lib/nvmf: fix a typo error
fix a typo error in lib/nvmf/nvmf_fc.h Change-Id: I740391efe58203d0d6f5240a081f61a3b7b82d74 Signed-off-by: yidong0635 <dongx.yi@intel.com> Reviewed-on: https://review.gerrithub.io/429089 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
5fbbb6c056
commit
b7201f8e7f
@ -359,7 +359,7 @@ struct spdk_nvmf_fc_request {
|
|||||||
};
|
};
|
||||||
|
|
||||||
SPDK_STATIC_ASSERT(!offsetof(struct spdk_nvmf_fc_request, req),
|
SPDK_STATIC_ASSERT(!offsetof(struct spdk_nvmf_fc_request, req),
|
||||||
"FC request and NVMF request address doesnt match.");
|
"FC request and NVMF request address don't match.");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NVMF FC Association
|
* NVMF FC Association
|
||||||
|
Loading…
Reference in New Issue
Block a user