summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Flabiano Smorigo2015-05-14 17:21:04 +0200
committerHerbert Xu2015-05-15 08:57:46 +0200
commit42cb0c7bdf9ddd33b33d195414f9171e7fa7472c (patch)
treebbdeb3f80d9e24f72b4623867e2a005374d10566
parentcrypto: qat - rm unneeded header include (diff)
downloadkernel-qcow2-linux-42cb0c7bdf9ddd33b33d195414f9171e7fa7472c.tar.gz
kernel-qcow2-linux-42cb0c7bdf9ddd33b33d195414f9171e7fa7472c.tar.xz
kernel-qcow2-linux-42cb0c7bdf9ddd33b33d195414f9171e7fa7472c.zip
crypto: vmx - fix two mistyped texts
One mistyped description and another mistyped target were corrected. Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--drivers/crypto/vmx/Makefile2
-rw-r--r--drivers/crypto/vmx/vmx.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/crypto/vmx/Makefile b/drivers/crypto/vmx/Makefile
index c699c6e6c82e..d28ab96a2475 100644
--- a/drivers/crypto/vmx/Makefile
+++ b/drivers/crypto/vmx/Makefile
@@ -4,7 +4,7 @@ vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o gha
ifeq ($(CONFIG_CPU_LITTLE_ENDIAN),y)
TARGET := linux-ppc64le
else
-TARGET := linux-pcc64
+TARGET := linux-ppc64
endif
quiet_cmd_perl = PERL $@
diff --git a/drivers/crypto/vmx/vmx.c b/drivers/crypto/vmx/vmx.c
index 44d8d5cfe40d..4c398ddd8c10 100644
--- a/drivers/crypto/vmx/vmx.c
+++ b/drivers/crypto/vmx/vmx.c
@@ -82,7 +82,7 @@ module_init(p8_init);
module_exit(p8_exit);
MODULE_AUTHOR("Marcelo Cerri<mhcerri@br.ibm.com>");
-MODULE_DESCRIPTION("IBM VMX cryptogaphic acceleration instructions support on Power 8");
+MODULE_DESCRIPTION("IBM VMX cryptographic acceleration instructions support on Power 8");
MODULE_LICENSE("GPL");
MODULE_VERSION("1.0.0");