i40e: spelling error
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>
This commit is contained in:
committed by
David S. Miller
parent
8815cbd9e3
commit
ddf1d0d771
@@ -892,7 +892,7 @@ static inline void i40e_rx_checksum(struct i40e_vsi *vsi,
|
|||||||
rx_status & (1 << I40E_RX_DESC_STATUS_L3L4P_SHIFT)))
|
rx_status & (1 << I40E_RX_DESC_STATUS_L3L4P_SHIFT)))
|
||||||
return;
|
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))
|
if (rx_status & (1 << I40E_RX_DESC_STATUS_IPV6EXADD_SHIFT))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@@ -722,7 +722,7 @@ static inline void i40e_rx_checksum(struct i40e_vsi *vsi,
|
|||||||
rx_status & (1 << I40E_RX_DESC_STATUS_L3L4P_SHIFT)))
|
rx_status & (1 << I40E_RX_DESC_STATUS_L3L4P_SHIFT)))
|
||||||
return;
|
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))
|
if (rx_status & (1 << I40E_RX_DESC_STATUS_IPV6EXADD_SHIFT))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user