]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/pci/bsd/pci.c
bus/pci: fix a typo in doxygen file description
[dpdk.git] / drivers / bus / pci / bsd / pci.c
index a385947cf604f1e6b3e8a391cdcf005663d3ace4..b8e217849a6cdce068ff7cc74010fd087194b077 100644 (file)
@@ -61,7 +61,6 @@
 #include <rte_common.h>
 #include <rte_launch.h>
 #include <rte_memory.h>
 #include <rte_common.h>
 #include <rte_launch.h>
 #include <rte_memory.h>
-#include <rte_memzone.h>
 #include <rte_eal.h>
 #include <rte_eal_memconfig.h>
 #include <rte_per_lcore.h>
 #include <rte_eal.h>
 #include <rte_eal_memconfig.h>
 #include <rte_per_lcore.h>
@@ -76,7 +75,7 @@
 
 /**
  * @file
 
 /**
  * @file
- * PCI probing under linux
+ * PCI probing under BSD
  *
  * This code is used to simulate a PCI probe by parsing information in
  * sysfs. Moreover, when a registered driver matches a device, the
  *
  * This code is used to simulate a PCI probe by parsing information in
  * sysfs. Moreover, when a registered driver matches a device, the