LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] net/mlx5e: fix spelling mistake: "loobpack" -> "loopback"
@ 2018-05-03 9:12 Colin King
2018-05-03 16:58 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-05-03 9:12 UTC (permalink / raw)
To: Saeed Mahameed, Matan Barak, Leon Romanovsky, netdev, linux-rdma
Cc: kernel-janitors, David S . Miller, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in netdev_err error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c b/drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c
index 707976482c09..027f54ac1ca2 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c
@@ -290,7 +290,7 @@ static int mlx5e_test_loopback(struct mlx5e_priv *priv)
if (!test_bit(MLX5E_STATE_OPENED, &priv->state)) {
netdev_err(priv->netdev,
- "\tCan't perform loobpack test while device is down\n");
+ "\tCan't perform loopback test while device is down\n");
return -ENODEV;
}
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net/mlx5e: fix spelling mistake: "loobpack" -> "loopback"
2018-05-03 9:12 [PATCH] net/mlx5e: fix spelling mistake: "loobpack" -> "loopback" Colin King
@ 2018-05-03 16:58 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-05-03 16:58 UTC (permalink / raw)
To: colin.king
Cc: saeedm, matanb, leon, netdev, linux-rdma, kernel-janitors, linux-kernel
From: Colin King <colin.king@canonical.com>
Date: Thu, 3 May 2018 10:12:53 +0100
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in netdev_err error message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Transposed characters are so annoying ;)
Applied, thanks Colin.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-03 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03 9:12 [PATCH] net/mlx5e: fix spelling mistake: "loobpack" -> "loopback" Colin King
2018-05-03 16:58 ` David Miller
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).