[60/70] net/ice/base: update comment for overloaded GCO bit

Message ID 20220815071306.2910599-61-qi.z.zhang@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Qi Zhang
Headers
Series ice base code update |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Qi Zhang Aug. 15, 2022, 7:12 a.m. UTC
  The bit that is overloaded is bit 11 in the flex descriptor,
updating the comment to have the right one reflected.

Signed-off-by: Alice Michael <alice.michael@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
 drivers/net/ice/base/ice_lan_tx_rx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/drivers/net/ice/base/ice_lan_tx_rx.h b/drivers/net/ice/base/ice_lan_tx_rx.h
index 2b6f039dcb..ba1b9a66d8 100644
--- a/drivers/net/ice/base/ice_lan_tx_rx.h
+++ b/drivers/net/ice/base/ice_lan_tx_rx.h
@@ -544,7 +544,7 @@  struct ice_32b_rx_flex_desc_nic_raw_csum {
 	__le32 rss_hash;
 
 	/* Qword 2 */
-	__le16 status_error1; /* bit 6 Raw CSUM present */
+	__le16 status_error1; /* bit 11 Raw CSUM present */
 	u8 flexi_flags2;
 	u8 ts_low;
 	__le16 l2tag2_1st;