projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0bb2d4
)
IB/rxe: fix typo: "algorithmi" -> "algorithm"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 24 Apr 2017 09:26:42 +0000
(10:26 +0100)
committer
Doug Ledford
<dledford@redhat.com>
Fri, 28 Apr 2017 17:07:58 +0000
(13:07 -0400)
trivial fix to typo in pr_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rxe/rxe_verbs.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/sw/rxe/rxe_verbs.c
b/drivers/infiniband/sw/rxe/rxe_verbs.c
index 350ab443b21d454c700f122c8e8a868c9167374c..dbede30261386c7789a6b92284feaf543060d2ec 100644
(file)
--- a/
drivers/infiniband/sw/rxe/rxe_verbs.c
+++ b/
drivers/infiniband/sw/rxe/rxe_verbs.c
@@
-1326,7
+1326,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 algorithm
i err:%ld
",
+ pr_err("failed to allocate crc algorithm
err:%ld\n
",
PTR_ERR(rxe->tfm));
return PTR_ERR(rxe->tfm);
}