linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"
@ 2021-02-03 11:10 Colin King
  2021-02-03 22:57 ` Jesse Brandeburg
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

* Re: [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"
  2021-02-03 11:10 [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown" Colin King
@ 2021-02-03 22:57 ` Jesse Brandeburg
  2021-02-05  6:46   ` Saeed Mahameed
  0 siblings, 1 reply; 3+ 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] 3+ 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
  0 siblings, 0 replies; 3+ 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 11:10 [PATCH][next] net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown" Colin King
2021-02-03 22:57 ` Jesse Brandeburg
2021-02-05  6:46   ` Saeed Mahameed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).