diff options
author | Joe Perches <joe@perches.com> | 2008-01-26 08:11:09 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-01-26 08:11:18 -0500 |
commit | cfe7381cea542248766808e7de9a9e7bceecce1a (patch) | |
tree | f198e9a5124e3575b4622551ed575c6e3da42786 /arch/s390/crypto/aes_s390.c | |
parent | de3e0da1270bccb046885fbf1baa9140721de7e0 (diff) |
[S390] arch/s390: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/crypto/aes_s390.c')
-rw-r--r-- | arch/s390/crypto/aes_s390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/crypto/aes_s390.c b/arch/s390/crypto/aes_s390.c index 46c97058ebe1..a3f67f8b5427 100644 --- a/arch/s390/crypto/aes_s390.c +++ b/arch/s390/crypto/aes_s390.c | |||
@@ -516,7 +516,7 @@ static int __init aes_init(void) | |||
516 | /* z9 109 and z9 BC/EC only support 128 bit key length */ | 516 | /* z9 109 and z9 BC/EC only support 128 bit key length */ |
517 | if (keylen_flag == AES_KEYLEN_128) | 517 | if (keylen_flag == AES_KEYLEN_128) |
518 | printk(KERN_INFO | 518 | printk(KERN_INFO |
519 | "aes_s390: hardware acceleration only available for" | 519 | "aes_s390: hardware acceleration only available for " |
520 | "128 bit keys\n"); | 520 | "128 bit keys\n"); |
521 | 521 | ||
522 | ret = crypto_register_alg(&aes_alg); | 522 | ret = crypto_register_alg(&aes_alg); |