This patch fixes a typo in a comment in i40e_ethdev.c: use Fortville instead of IXGBE.
Signed-off-by: Rami Rosen <rami.rosen at intel.com> --- drivers/net/i40e/i40e_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c index d0aeb70..fd95f5f 100644 --- a/drivers/net/i40e/i40e_ethdev.c +++ b/drivers/net/i40e/i40e_ethdev.c @@ -704,7 +704,7 @@ rte_i40e_dev_atomic_write_link_status(struct rte_eth_dev *dev, /* * Driver initialization routine. * Invoked once at EAL init time. - * Register itself as the [Poll Mode] Driver of PCI IXGBE devices. + * Register itself as the [Poll Mode] Driver of PCI Fortville devices. */ static int rte_i40e_pmd_init(const char *name __rte_unused, -- 2.7.4