Message ID | 20210204093232.50924-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [next] net/mlx5e: Fix spelling mistake "channles" -> "channels" | expand |
On Thu, 2021-02-04 at 09:32 +0000, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > There is a spelling mistake in a netdev_warn message. Fix it. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- Applied to net-next-mlx5 thanks!
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c index 4cfdba997f24..35f69354e07a 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c @@ -5647,7 +5647,7 @@ int mlx5e_netdev_change_profile(struct mlx5e_priv *priv, /* sanity */ if (new_max_nch != priv->max_nch) { netdev_warn(priv->netdev, - "%s: Replacing profile with different max channles\n", + "%s: Replacing profile with different max channels\n", __func__); return -EINVAL; }