diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-06-30 11:59:22 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-01 14:36:43 -0700 |
commit | 4120dab09574e29e7576895342896ccb21b336e7 (patch) | |
tree | a9274dbde01ba478a91a75a222ab89db26fdc6bc /drivers | |
parent | 283131d20edd6f3629bf258e236aa6e44b1a8e27 (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')
-rw-r--r-- | drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c | 2 |
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; } |