[dpdk-stable] [PATCH] bus/pci: fix a typo

Rami Rosen rami.rosen at intel.com
Thu Jul 26 20:31:23 CEST 2018


This patch fixes a trivial typo in pci_common.c.

Signed-off-by: Rami Rosen <rami.rosen at intel.com>
---
 drivers/bus/pci/pci_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/pci/pci_common.c b/drivers/bus/pci/pci_common.c
index 94b0f41..8253a50 100644
--- a/drivers/bus/pci/pci_common.c
+++ b/drivers/bus/pci/pci_common.c
@@ -72,7 +72,7 @@ static struct rte_devargs *pci_devargs_lookup(struct rte_pci_device *dev)
 	 */
 	if (devargs != NULL)
 		/* If an rte_devargs exists, the generic rte_device uses the
-		 * given name as its namea
+		 * given name as its name
 		 */
 		dev->device.name = dev->device.devargs->name;
 	else
-- 
1.9.1



More information about the stable mailing list