OSDN Git Service

net/mlx5: fix spelling mistake: "Allodating" -> "Allocating"
authorColin Ian King <colin.king@canonical.com>
Fri, 30 Jun 2017 10:59:22 +0000 (11:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 21:36:43 +0000 (14:36 -0700)
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>
drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c

index 4d0db48..de2aed4 100644 (file)
@@ -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;
 }