projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0ec22
)
crypto: omap-aes - pr_err() strings should end with newlines
author
Arvind Yadav
<arvind.yadav.cs@gmail.com>
Mon, 25 Sep 2017 10:36:12 +0000
(16:06 +0530)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 12 Oct 2017 14:54:51 +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/omap-aes-gcm.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/omap-aes-gcm.c
b/drivers/crypto/omap-aes-gcm.c
index
9ec598a
..
0cc3b65
100644
(file)
--- a/
drivers/crypto/omap-aes-gcm.c
+++ b/
drivers/crypto/omap-aes-gcm.c
@@
-215,7
+215,7
@@
static int do_encrypt_iv(struct aead_request *req, u32 *tag, u32 *iv)
}
/* fall through */
default:
- pr_err("Encryption of IV failed for GCM mode");
+ pr_err("Encryption of IV failed for GCM mode
\n
");
break;
}