mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
ice: remove unnecessary backslash
Self-explanatory. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
86a2e00d20
commit
c522d1f686
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ struct ice_sw_rule_lkup_rx_tx {
|
||||||
#define ICE_SINGLE_ACT_OTHER_ACTS 0x3
|
#define ICE_SINGLE_ACT_OTHER_ACTS 0x3
|
||||||
#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_S 17
|
#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_S 17
|
||||||
#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_M \
|
#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_M \
|
||||||
(0x3 << \ ICE_SINGLE_OTHER_ACT_IDENTIFIER_S)
|
(0x3 << ICE_SINGLE_OTHER_ACT_IDENTIFIER_S)
|
||||||
|
|
||||||
/* Bit 17:18 - Defines other actions */
|
/* Bit 17:18 - Defines other actions */
|
||||||
/* Other action = 0 - Mirror VSI */
|
/* Other action = 0 - Mirror VSI */
|
||||||
|
|
Loading…
Add table
Reference in a new issue