summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-06-30 11:59:22 +0100
committerDavid S. Miller <davem@davemloft.net>2017-07-01 14:36:43 -0700
commit4120dab09574e29e7576895342896ccb21b336e7 (patch)
treea9274dbde01ba478a91a75a222ab89db26fdc6bc /drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c
parent283131d20edd6f3629bf258e236aa6e44b1a8e27 (diff)
net/mlx5: fix spelling mistake: "Allodating" -> "Allocating"
Trivial fix to spelling mistake in mlx5_core_dbg debug message Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Ilan Tayari <ilant@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c2
1 files changed, 1 insertions, 1 deletions
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;
}