linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" -> "Allocating"
@ 2017-06-30 10:59 Colin King
  2017-06-30 18:55 ` Ilan Tayari
  2017-07-01 21:40 ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Colin King @ 2017-06-30 10:59 UTC (permalink / raw)
  To: Saeed Mahameed, Matan Barak, Leon Romanovsky, Ilan Tayari,
	Colin Ian King, netdev, linux-rdma
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in mlx5_core_dbg debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c b/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c
index 4d0db481f6c4..de2aed44ab85 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c
@@ -101,7 +101,7 @@ int mlx5_core_reserved_gid_alloc(struct mlx5_core_dev *dev, int *gid_index)
 	if (index < 0)
 		return index;
 
-	mlx5_core_dbg(dev, "Allodating reserved GID %u\n", index);
+	mlx5_core_dbg(dev, "Allocating reserved GID %u\n", index);
 	*gid_index = index;
 	return 0;
 }
-- 
2.11.0

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

end of thread, other threads:[~2017-07-02  8:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-30 10:59 [PATCH][-next] net/mlx5: fix spelling mistake: "Allodating" -> "Allocating" Colin King
2017-06-30 18:55 ` Ilan Tayari
2017-07-01 21:40 ` David Miller
2017-07-02  8:35   ` 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).