projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de3e0da
)
[S390] arch/s390: Add missing "space"
author
Joe Perches
<joe@perches.com>
Sat, 26 Jan 2008 13:11:09 +0000
(14:11 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Sat, 26 Jan 2008 13:11:18 +0000
(14:11 +0100)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/crypto/aes_s390.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/crypto/aes_s390.c
b/arch/s390/crypto/aes_s390.c
index 46c97058ebe1a2de8a0d4d2eeecc788644188f78..a3f67f8b5427a29628c0c1498de0757a0dab81d2 100644
(file)
--- a/
arch/s390/crypto/aes_s390.c
+++ b/
arch/s390/crypto/aes_s390.c
@@
-516,7
+516,7
@@
static int __init aes_init(void)
/* z9 109 and z9 BC/EC only support 128 bit key length */
if (keylen_flag == AES_KEYLEN_128)
printk(KERN_INFO
- "aes_s390: hardware acceleration only available for"
+ "aes_s390: hardware acceleration only available for
"
"128 bit keys\n");
ret = crypto_register_alg(&aes_alg);