Commit 483b3ed6 authored by Yankun Li's avatar Yankun Li Committed by Konrad Sztyber
Browse files

include/spdk/env: Correct SPDK_ENV_SOCKET_ID_ANY spelling errors



Change-Id: Ia144643eaf23998e6f4382f2d11b29a4e49e5c37
Signed-off-by: default avatarYankun Li <845245370@qq.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24754


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarGangCao <gang.cao@intel.com>
parent 0ca24e84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
extern "C" {
#endif

/* SPDK_ENV_NUMA_ID_ANY and SPDK_ENV_NUMA_ID_ANY mean the same thing.
/* SPDK_ENV_NUMA_ID_ANY and SPDK_ENV_SOCKET_ID_ANY mean the same thing.
 * SOCKET_ID naming was inherited from DPDK, but the preferred use is
 * NUMA_ID to avoid confusion with TCP sockets. But keep the old #define
 * around since there is likely a lot of out-of-tree code using it.