mlxsw: reg: Fix SBPM register name
Fix copy&paste error and state the name of SBPM register correctly. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
497e8592c6
commit
9efc8f655c
|
@ -3598,8 +3598,8 @@ static inline void mlxsw_reg_sbcm_pack(char *payload, u8 local_port, u8 pg_buff,
|
|||
mlxsw_reg_sbcm_pool_set(payload, pool);
|
||||
}
|
||||
|
||||
/* SBPM - Shared Buffer Class Management Register
|
||||
* ----------------------------------------------
|
||||
/* SBPM - Shared Buffer Port Management Register
|
||||
* ---------------------------------------------
|
||||
* The SBPM register configures and retrieves the shared buffer allocation
|
||||
* and configuration according to Port-Pool, including the definition
|
||||
* of the associated quota.
|
||||
|
|
Loading…
Reference in New Issue