Skip to content

Commit

Permalink
mlxsw: reg: Fix a typo in a group heading
Browse files Browse the repository at this point in the history
There is no such thing as "traffic group". The group that this is a heading
of is "per traffic class counters". Fix the heading.

Signed-off-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Petr Machata authored and Jakub Kicinski committed Oct 14, 2021
1 parent e79d826 commit b063e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/mellanox/mlxsw/reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -5371,7 +5371,7 @@ MLXSW_ITEM64(reg, ppcnt, tx_pause_duration,
MLXSW_ITEM64(reg, ppcnt, tx_pause_transition,
MLXSW_REG_PPCNT_COUNTERS_OFFSET + 0x70, 0, 64);

/* Ethernet Per Traffic Group Counters */
/* Ethernet Per Traffic Class Counters */

/* reg_ppcnt_tc_transmit_queue
* Contains the transmit queue depth in cells of traffic class
Expand Down

0 comments on commit b063e06

Please sign in to comment.