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:
e02b8b4
)
crypto: chelsio - pr_err() strings should end with newlines
author
Arvind Yadav
<arvind.yadav.cs@gmail.com>
Mon, 25 Sep 2017 10:36:14 +0000
(16:06 +0530)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 12 Oct 2017 14:54:55 +0000
(22:54 +0800)
pr_err() messages should terminated with a new-line to avoid
other messages being concatenated onto the end.
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/chelsio/chcr_core.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/chelsio/chcr_core.c
b/drivers/crypto/chelsio/chcr_core.c
index b6dd9cbe815fc9064fe3b65b3f1a49fe1a592056..32618bf0ab3bb99be5a04f81e782707910288f59 100644
(file)
--- a/
drivers/crypto/chelsio/chcr_core.c
+++ b/
drivers/crypto/chelsio/chcr_core.c
@@
-224,7
+224,7
@@
static int chcr_uld_state_change(void *handle, enum cxgb4_state state)
static int __init chcr_crypto_init(void)
{
if (cxgb4_register_uld(CXGB4_ULD_CRYPTO, &chcr_uld_info))
- pr_err("ULD register fail: No chcr crypto support in cxgb4");
+ pr_err("ULD register fail: No chcr crypto support in cxgb4
\n
");
return 0;
}