mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.c
authorMasanari Iida <standby24x7@gmail.com>
Tue, 23 Jun 2020 14:13:01 +0000 (23:13 +0900)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2020 22:03:54 +0000 (15:03 -0700)
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>
drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c

index 49a72a8..f8e3d63 100644 (file)
@@ -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;