瀏覽代碼

[S390] arch/s390: Add missing "space"

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Joe Perches 17 年之前
父節點
當前提交
cfe7381cea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/s390/crypto/aes_s390.c

+ 1 - 1
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);