DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] bus/pci: fix a typo
@ 2018-07-26 18:31 Rami Rosen
  2018-07-26 18:37 ` [dpdk-dev] [dpdk-stable] " Mcnamara, John
  2018-07-26 19:20 ` Thomas Monjalon
  0 siblings, 2 replies; 4+ messages in thread
From: Rami Rosen @ 2018-07-26 18:31 UTC (permalink / raw)
  To: dev; +Cc: stable, Rami Rosen

This patch fixes a trivial typo in pci_common.c.

Signed-off-by: Rami Rosen <rami.rosen@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-26 19:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26 18:31 [dpdk-dev] [PATCH] bus/pci: fix a typo Rami Rosen
2018-07-26 18:37 ` [dpdk-dev] [dpdk-stable] " Mcnamara, John
2018-07-26 19:20 ` Thomas Monjalon
2018-07-26 19:25   ` Mcnamara, John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).