Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cfe7381cea542248766808e7de9a9e7bceecce1a
Commit:     cfe7381cea542248766808e7de9a9e7bceecce1a
Parent:     de3e0da1270bccb046885fbf1baa9140721de7e0
Author:     Joe Perches <[EMAIL PROTECTED]>
AuthorDate: Sat Jan 26 14:11:09 2008 +0100
Committer:  Martin Schwidefsky <[EMAIL PROTECTED]>
CommitDate: Sat Jan 26 14:11:18 2008 +0100

    [S390] arch/s390: Add missing "space"
    
    Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
    Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
---
 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 46c9705..a3f67f8 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)
        /* 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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to