Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4120dab0 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

net/mlx5: fix spelling mistake: "Allodating" -> "Allocating"



Trivial fix to spelling mistake in mlx5_core_dbg debug message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarIlan Tayari <ilant@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 283131d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}