[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210204093232.50924-1-colin.king@canonical.com>
Date: Thu, 4 Feb 2021 09:32:32 +0000
From: Colin King <colin.king@...onical.com>
To: Saeed Mahameed <saeedm@...dia.com>,
Leon Romanovsky <leon@...nel.org>,
"David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org,
linux-rdma@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH][next] net/mlx5e: Fix spelling mistake "channles" -> "channels"
From: Colin Ian King <colin.king@...onical.com>
There is a spelling mistake in a netdev_warn message. Fix it.
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
}
--
2.29.2
Powered by blists - more mailing lists