Skip to content

Commit c522d1f

Browse files
bwallanJeff Kirsher
authored andcommitted
ice: remove unnecessary backslash
Self-explanatory. Signed-off-by: Bruce Allan <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 86a2e00 commit c522d1f

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
@@ -541,7 +541,7 @@ struct ice_sw_rule_lkup_rx_tx {
541541
#define ICE_SINGLE_ACT_OTHER_ACTS 0x3
542542
#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_S 17
543543
#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_M \
544-
(0x3 << \ ICE_SINGLE_OTHER_ACT_IDENTIFIER_S)
544+
(0x3 << ICE_SINGLE_OTHER_ACT_IDENTIFIER_S)
545545

546546
/* Bit 17:18 - Defines other actions */
547547
/* Other action = 0 - Mirror VSI */

0 commit comments

Comments
 (0)