All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"
@ 2021-01-29 10:30 Colin King
  0 siblings, 0 replies; 11+ messages in thread
From: Colin King @ 2021-01-29 10:30 UTC (permalink / raw)
  To: kernel-janitors

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>
---
 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 aad3887e3c1a..cc3f5ac17e19 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
@@ -223,7 +223,7 @@ static int blocking_event(struct notifier_block *nb, unsigned long event, void *
 		err = mlx5e_handle_trap_event(priv, data);
 		break;
 	default:
-		netdev_warn(priv->netdev, "Sync event: Unknouwn event %ld\n", event);
+		netdev_warn(priv->netdev, "Sync event: Unknown event %ld\n", event);
 		err = -EINVAL;
 	}
 	return err;
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"
  2021-01-29 10:30 Colin King
@ 2021-02-03 11:10 ` Colin King
  -1 siblings, 0 replies; 11+ messages in thread
From: Colin King @ 2021-02-03 11:10 UTC (permalink / raw)
  To: Saeed Mahameed, Leon Romanovsky, David S . Miller,
	Jakub Kicinski, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

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>
---
 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 f5f8165fd3d4..c54e72916693 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
@@ -223,7 +223,7 @@ static int blocking_event(struct notifier_block *nb, unsigned long event, void *
 		err = mlx5e_handle_trap_event(priv, data);
 		break;
 	default:
-		netdev_warn(priv->netdev, "Sync event: Unknouwn event %ld\n", event);
+		netdev_warn(priv->netdev, "Sync event: Unknown event %ld\n", event);
 		err = -EINVAL;
 	}
 	return err;
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"
@ 2021-02-03 11:10 ` Colin King
  0 siblings, 0 replies; 11+ messages in thread
From: Colin King @ 2021-02-03 11:10 UTC (permalink / raw)
  To: Saeed Mahameed, Leon Romanovsky, David S . Miller,
	Jakub Kicinski, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

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>
---
 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 f5f8165fd3d4..c54e72916693 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
@@ -223,7 +223,7 @@ static int blocking_event(struct notifier_block *nb, unsigned long event, void *
 		err = mlx5e_handle_trap_event(priv, data);
 		break;
 	default:
-		netdev_warn(priv->netdev, "Sync event: Unknouwn event %ld\n", event);
+		netdev_warn(priv->netdev, "Sync event: Unknown event %ld\n", event);
 		err = -EINVAL;
 	}
 	return err;
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"
  2021-02-03 11:10 ` Colin King
@ 2021-02-03 22:57   ` Jesse Brandeburg
  -1 siblings, 0 replies; 11+ messages in thread
From: Jesse Brandeburg @ 2021-02-03 22:57 UTC (permalink / raw)
  To: Colin King
  Cc: Saeed Mahameed, Leon Romanovsky, David S . Miller,
	Jakub Kicinski, netdev, linux-rdma, kernel-janitors,
	linux-kernel

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>

Trivial patch, looks fine!

Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"
@ 2021-02-03 22:57   ` Jesse Brandeburg
  0 siblings, 0 replies; 11+ messages in thread
From: Jesse Brandeburg @ 2021-02-03 22:57 UTC (permalink / raw)
  To: Colin King
  Cc: Saeed Mahameed, Leon Romanovsky, David S . Miller,
	Jakub Kicinski, netdev, linux-rdma, kernel-janitors,
	linux-kernel

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>

Trivial patch, looks fine!

Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH][next] net/mlx5e: Fix spelling mistake "channles" -> "channels"
  2021-01-29 10:30 Colin King
@ 2021-02-04  9:32 ` Colin King
  -1 siblings, 0 replies; 11+ messages in thread
From: Colin King @ 2021-02-04  9:32 UTC (permalink / raw)
  To: Saeed Mahameed, Leon Romanovsky, David S . Miller,
	Jakub Kicinski, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

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>
---
 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


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH][next] net/mlx5e: Fix spelling mistake "channles" -> "channels"
@ 2021-02-04  9:32 ` Colin King
  0 siblings, 0 replies; 11+ messages in thread
From: Colin King @ 2021-02-04  9:32 UTC (permalink / raw)
  To: Saeed Mahameed, Leon Romanovsky, David S . Miller,
	Jakub Kicinski, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

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>
---
 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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH][next] net/mlx5e: Fix spelling mistake "channles" -> "channels"
  2021-02-04  9:32 ` Colin King
@ 2021-02-05  6:46   ` Saeed Mahameed
  -1 siblings, 0 replies; 11+ messages in thread
From: Saeed Mahameed @ 2021-02-05  6:46 UTC (permalink / raw)
  To: Colin King, Leon Romanovsky, David S . Miller, Jakub Kicinski,
	netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

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!


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH][next] net/mlx5e: Fix spelling mistake "channles" -> "channels"
@ 2021-02-05  6:46   ` Saeed Mahameed
  0 siblings, 0 replies; 11+ messages in thread
From: Saeed Mahameed @ 2021-02-05  6:46 UTC (permalink / raw)
  To: Colin King, Leon Romanovsky, David S . Miller, Jakub Kicinski,
	netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

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!

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"
  2021-02-03 22:57   ` Jesse Brandeburg
@ 2021-02-05  6:46     ` Saeed Mahameed
  -1 siblings, 0 replies; 11+ messages in thread
From: Saeed Mahameed @ 2021-02-05  6:46 UTC (permalink / raw)
  To: Jesse Brandeburg, Colin King
  Cc: Leon Romanovsky, David S . Miller, Jakub Kicinski, netdev,
	linux-rdma, kernel-janitors, linux-kernel

On Wed, 2021-02-03 at 14:57 -0800, Jesse Brandeburg wrote:
> 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>
> 
> Trivial patch, looks fine!
> 
> Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>

Applied to net-next-mlx5.

Thanks!


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"
@ 2021-02-05  6:46     ` Saeed Mahameed
  0 siblings, 0 replies; 11+ messages in thread
From: Saeed Mahameed @ 2021-02-05  6:46 UTC (permalink / raw)
  To: Jesse Brandeburg, Colin King
  Cc: Leon Romanovsky, David S . Miller, Jakub Kicinski, netdev,
	linux-rdma, kernel-janitors, linux-kernel

On Wed, 2021-02-03 at 14:57 -0800, Jesse Brandeburg wrote:
> 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>
> 
> Trivial patch, looks fine!
> 
> Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>

Applied to net-next-mlx5.

Thanks!

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-02-05  6:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04  9:32 [PATCH][next] net/mlx5e: Fix spelling mistake "channles" -> "channels" Colin King
2021-02-04  9:32 ` Colin King
2021-02-05  6:46 ` Saeed Mahameed
2021-02-05  6:46   ` Saeed Mahameed
  -- strict thread matches above, loose matches on Subject: below --
2021-02-03 11:10 [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown" Colin King
2021-02-03 11:10 ` Colin King
2021-02-03 22:57 ` Jesse Brandeburg
2021-02-03 22:57   ` Jesse Brandeburg
2021-02-05  6:46   ` Saeed Mahameed
2021-02-05  6:46     ` Saeed Mahameed
2021-01-29 10:30 Colin King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.