mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.c
This patch fixes a spelling typo in spectrum_dcb.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
79a28ddd18
commit
13fdc4193c
|
|
@ -138,7 +138,7 @@ static int mlxsw_sp_port_headroom_set(struct mlxsw_sp_port *mlxsw_sp_port,
|
|||
err = mlxsw_sp_port_pg_destroy(mlxsw_sp_port, my_ets->prio_tc,
|
||||
ets->prio_tc);
|
||||
if (err)
|
||||
netdev_warn(dev, "Failed to remove ununsed PGs\n");
|
||||
netdev_warn(dev, "Failed to remove unused PGs\n");
|
||||
|
||||
return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user