Skip to content

Commit

Permalink
mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
standby24x7 authored and davem330 committed Jun 23, 2020
1 parent 79a28dd commit 13fdc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 13fdc41

Please sign in to comment.