All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IB/rxe: fix typo: "algorithmi" -> "algorithmi"
@ 2017-04-24  9:26 ` Colin King
  0 siblings, 0 replies; 2+ messages in thread
From: Colin King @ 2017-04-24  9:26 UTC (permalink / raw)
  To: Moni Shoua, Doug Ledford, Sean Hefty, Hal Rosenstock,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA

From: Colin Ian King <colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>

trivial fix to typo in pr_err message

Signed-off-by: Colin Ian King <colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
---
 drivers/infiniband/sw/rxe/rxe_verbs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.c b/drivers/infiniband/sw/rxe/rxe_verbs.c
index 486035a85bac..6a4b02470d21 100644
--- a/drivers/infiniband/sw/rxe/rxe_verbs.c
+++ b/drivers/infiniband/sw/rxe/rxe_verbs.c
@@ -1324,7 +1324,7 @@ int rxe_register_device(struct rxe_dev *rxe)
 
 	rxe->tfm = crypto_alloc_shash("crc32", 0, 0);
 	if (IS_ERR(rxe->tfm)) {
-		pr_err("failed to allocate crc algorithmi err:%ld",
+		pr_err("failed to allocate crc algorithm err:%ld",
 		       PTR_ERR(rxe->tfm));
 		return PTR_ERR(rxe->tfm);
 	}
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] IB/rxe: fix typo: "algorithmi" -> "algorithmi"
@ 2017-04-24  9:26 ` Colin King
  0 siblings, 0 replies; 2+ messages in thread
From: Colin King @ 2017-04-24  9:26 UTC (permalink / raw)
  To: Moni Shoua, Doug Ledford, Sean Hefty, Hal Rosenstock, linux-rdma
  Cc: linux-kernel

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

trivial fix to typo in pr_err message

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

diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.c b/drivers/infiniband/sw/rxe/rxe_verbs.c
index 486035a85bac..6a4b02470d21 100644
--- a/drivers/infiniband/sw/rxe/rxe_verbs.c
+++ b/drivers/infiniband/sw/rxe/rxe_verbs.c
@@ -1324,7 +1324,7 @@ int rxe_register_device(struct rxe_dev *rxe)
 
 	rxe->tfm = crypto_alloc_shash("crc32", 0, 0);
 	if (IS_ERR(rxe->tfm)) {
-		pr_err("failed to allocate crc algorithmi err:%ld",
+		pr_err("failed to allocate crc algorithm err:%ld",
 		       PTR_ERR(rxe->tfm));
 		return PTR_ERR(rxe->tfm);
 	}
-- 
2.11.0

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

end of thread, other threads:[~2017-04-24  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-24  9:26 [PATCH] IB/rxe: fix typo: "algorithmi" -> "algorithmi" Colin King
2017-04-24  9:26 ` Colin King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.