mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
[S390] arch/s390: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
de3e0da127
commit
cfe7381cea
@ -516,7 +516,7 @@ static int __init aes_init(void)
|
|||||||
/* z9 109 and z9 BC/EC only support 128 bit key length */
|
/* z9 109 and z9 BC/EC only support 128 bit key length */
|
||||||
if (keylen_flag == AES_KEYLEN_128)
|
if (keylen_flag == AES_KEYLEN_128)
|
||||||
printk(KERN_INFO
|
printk(KERN_INFO
|
||||||
"aes_s390: hardware acceleration only available for"
|
"aes_s390: hardware acceleration only available for "
|
||||||
"128 bit keys\n");
|
"128 bit keys\n");
|
||||||
|
|
||||||
ret = crypto_register_alg(&aes_alg);
|
ret = crypto_register_alg(&aes_alg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user