eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / rte_dev.h
index 94829f6..a5c35f0 100644 (file)
@@ -63,7 +63,6 @@ enum rte_kernel_driver {
        RTE_KDRV_VFIO,
        RTE_KDRV_UIO_GENERIC,
        RTE_KDRV_NIC_UIO,
-       RTE_KDRV_NIC_MLX,
        RTE_KDRV_NONE,
 };
 
@@ -231,7 +230,7 @@ __attribute__((used)) = str
  *   "pci:v8086:d*:sv*:sd*"  all PCI devices supported by this driver
  *                           whose vendor id is 0x8086.
  *
- * The format of the kernel modules list is a parenthesed expression
+ * The format of the kernel modules list is a parenthesized expression
  * containing logical-and (&) and logical-or (|).
  *
  * The device pattern and the kmod expression are separated by a space.