]> git.karo-electronics.de Git - linux-beck.git/commitdiff
i40e: spelling error
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Thu, 13 Feb 2014 11:48:39 +0000 (03:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Feb 2014 22:27:27 +0000 (17:27 -0500)
Fix a spelling error, s/extention/extension/.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/i40e/i40e_txrx.c
drivers/net/ethernet/intel/i40evf/i40e_txrx.c

index d4bb482b1a7f277e301b4f221030b242c9e2d187..19af4ce0a4fe655001c60a43b02339bb188ba3aa 100644 (file)
@@ -892,7 +892,7 @@ static inline void i40e_rx_checksum(struct i40e_vsi *vsi,
              rx_status & (1 << I40E_RX_DESC_STATUS_L3L4P_SHIFT)))
                return;
 
-       /* likely incorrect csum if alternate IP extention headers found */
+       /* likely incorrect csum if alternate IP extension headers found */
        if (rx_status & (1 << I40E_RX_DESC_STATUS_IPV6EXADD_SHIFT))
                return;
 
index ffdb01d853dbdf3500524f335d352cb932b4af85..3bb7558937865262e6f1a443f354e3e6dcfeccd5 100644 (file)
@@ -722,7 +722,7 @@ static inline void i40e_rx_checksum(struct i40e_vsi *vsi,
              rx_status & (1 << I40E_RX_DESC_STATUS_L3L4P_SHIFT)))
                return;
 
-       /* likely incorrect csum if alternate IP extention headers found */
+       /* likely incorrect csum if alternate IP extension headers found */
        if (rx_status & (1 << I40E_RX_DESC_STATUS_IPV6EXADD_SHIFT))
                return;