[dpdk-dev] net/i40e: Fix a typo in a comment (Fortville instead of IXGBE).

Message ID 1470027137-14601-1-git-send-email-rami.rosen@intel.com (mailing list archive)
State Not Applicable, archived
Delegated to: Bruce Richardson
Headers

Commit Message

Rami Rosen Aug. 1, 2016, 4:52 a.m. UTC
  This patch fixes a typo in a comment in i40e_ethdev.c: use Fortville instead of 
IXGBE. 

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 drivers/net/i40e/i40e_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Jingjing Wu Sept. 25, 2016, 10:03 a.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Monday, August 1, 2016 12:52 PM
> To: dev@dpdk.org
> Cc: Rosen, Rami <rami.rosen@intel.com>
> Subject: [dpdk-dev] [PATCH] net/i40e: Fix a typo in a comment (Fortville instead of IXGBE).
> 
> This patch fixes a typo in a comment in i40e_ethdev.c: use Fortville instead of
> IXGBE.
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Thanks!

Acked-by: Jingjing Wu <jingjing.wu@intel.com>
  
Ferruh Yigit Oct. 13, 2016, 11:09 a.m. UTC | #2
On 9/25/2016 11:03 AM, Wu, Jingjing wrote:
> 
> 
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen
>> Sent: Monday, August 1, 2016 12:52 PM
>> To: dev@dpdk.org
>> Cc: Rosen, Rami <rami.rosen@intel.com>
>> Subject: [dpdk-dev] [PATCH] net/i40e: Fix a typo in a comment (Fortville instead of IXGBE).
>>
>> This patch fixes a typo in a comment in i40e_ethdev.c: use Fortville instead of
>> IXGBE.
>>
>> Signed-off-by: Rami Rosen <rami.rosen@intel.com>
> 
> Thanks!
> 
> Acked-by: Jingjing Wu <jingjing.wu@intel.com>
> 

This patch is no more valid since following commit removes the comment
completely:

c830cb295411 ("drivers: use PCI registration macro")

dropping the patch.

Thanks,
ferruh
  

Patch

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,