Skip to content

Commit 34357a9

Browse files
refactormanJeff Kirsher
authored andcommitted
ice: Fix incorrect comment for action type
Action type 5 defines large action generic values. Fix comment to reflect that better. Signed-off-by: Anirudh Venkataramanan <[email protected]> Tested-by: Tony Brelinski <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent d332a38 commit 34357a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/intel/ice/ice_adminq_cmd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ struct ice_sw_rule_lg_act {
586586
#define ICE_LG_ACT_MIRROR_VSI_ID_S 3
587587
#define ICE_LG_ACT_MIRROR_VSI_ID_M (0x3FF << ICE_LG_ACT_MIRROR_VSI_ID_S)
588588

589-
/* Action type = 5 - Large Action */
589+
/* Action type = 5 - Generic Value */
590590
#define ICE_LG_ACT_GENERIC 0x5
591591
#define ICE_LG_ACT_GENERIC_VALUE_S 3
592592
#define ICE_LG_ACT_GENERIC_VALUE_M (0xFFFF << ICE_LG_ACT_GENERIC_VALUE_S)

0 commit comments

Comments
 (0)