From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CE3EA379B for ; Mon, 1 Aug 2016 06:49:09 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 31 Jul 2016 21:49:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,453,1464678000"; d="scan'208";a="1017319212" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga001.fm.intel.com with ESMTP; 31 Jul 2016 21:49:07 -0700 Received: from cghost.iil.intel.com (cghost.iil.intel.com [143.185.141.151]) by imail001.iil.intel.com with ESMTP id u714n5HB006745; Mon, 1 Aug 2016 07:49:05 +0300 From: Rami Rosen To: dev@dpdk.org Cc: Rami Rosen Date: Mon, 1 Aug 2016 07:52:17 +0300 Message-Id: <1470027137-14601-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH] net/i40e: Fix a typo in a comment (Fortville instead of IXGBE). X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2016 04:49:10 -0000 This patch fixes a typo in a comment in i40e_ethdev.c: use Fortville instead of IXGBE. Signed-off-by: Rami Rosen --- 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