IB/mlx4: trivial fix of spelling mistake on "argument"
authorColin Ian King <colin.king@canonical.com>
Mon, 25 Apr 2016 19:26:50 +0000 (20:26 +0100)
committerDoug Ledford <dledford@redhat.com>
Fri, 13 May 2016 23:40:00 +0000 (19:40 -0400)
fix spelling mistake, argumant -> argument

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mlx4/main.c

index f014eaf5969be32c38ea59028d8ab321a2fd5cd2..b01ef6eee6e838b550758c8e4865bab7c1fceb09 100644 (file)
@@ -1601,7 +1601,7 @@ static int __mlx4_ib_create_flow(struct ib_qp *qp, struct ib_flow_attr *flow_att
        else if (ret == -ENXIO)
                pr_err("Device managed flow steering is disabled. Fail to register network rule.\n");
        else if (ret)
-               pr_err("Invalid argumant. Fail to register network rule.\n");
+               pr_err("Invalid argument. Fail to register network rule.\n");
 
        mlx4_free_cmd_mailbox(mdev->dev, mailbox);
        return ret;