drivers: remove warning with Meson 0.59
[dpdk.git] / drivers / common / sfc_efx / base / efx_types.h
index d67d07b..12ae108 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  *
- * Copyright(c) 2019-2020 Xilinx, Inc.
+ * Copyright(c) 2019-2021 Xilinx, Inc.
  * Copyright(c) 2007-2019 Solarflare Communications Inc.
  *
  * Ackowledgement to Fen Systems Ltd.
@@ -447,7 +447,7 @@ extern int fix_lint;
        EFX_EXTRACT64((_xword).ex_u64[3], FIX_LINT(192), FIX_LINT(255), \
            _low, _high))
 
-#define        EFX_EXTRACT_XWORD32(_oword, _low, _high)                        \
+#define        EFX_EXTRACT_XWORD32(_xword, _low, _high)                        \
        (EFX_EXTRACT32((_xword).ex_u32[0], FIX_LINT(0), FIX_LINT(31),   \
            _low, _high) |                                              \
        EFX_EXTRACT32((_xword).ex_u32[1], FIX_LINT(32), FIX_LINT(63),   \