mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 16:12:52 +00:00
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>
This commit is contained in:
parent
283131d20e
commit
4120dab095
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user