linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] IB/mlx4: trivial fix of spelling mistake on "argument"
@ 2016-04-25 19:26 Colin King
  2016-04-25 20:04 ` Bart Van Assche
  2016-05-13 19:34 ` Doug Ledford
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2016-04-25 19:26 UTC (permalink / raw)
  To: Yishai Hadas, Doug Ledford, Sean Hefty, Hal Rosenstock,
	Jiri Kosina, linux-rdma
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

fix spelling mistake, argumant -> argument

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/infiniband/hw/mlx4/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/hw/mlx4/main.c b/drivers/infiniband/hw/mlx4/main.c
index f014eaf..b01ef6e 100644
--- a/drivers/infiniband/hw/mlx4/main.c
+++ b/drivers/infiniband/hw/mlx4/main.c
@@ -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;
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-13 19:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-25 19:26 [PATCH] IB/mlx4: trivial fix of spelling mistake on "argument" Colin King
2016-04-25 20:04 ` Bart Van Assche
2016-05-13 19:34 ` Doug Ledford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).