From: Colin Ian King Date: Thu, 4 Feb 2021 09:32:32 +0000 (+0000) Subject: net/mlx5e: Fix spelling mistake "channles" -> "channels" X-Git-Tag: microblaze-v5.13~205^2~80^2~7 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=83907506f7ed7d9d233d8ee39a57a4dd48c63161;p=linux-2.6-microblaze.git net/mlx5e: Fix spelling mistake "channles" -> "channels" There is a spelling mistake in a netdev_warn message. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Saeed Mahameed --- 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; }