Skip to content

Commit

Permalink
crypto: vmx - fix two mistyped texts
Browse files Browse the repository at this point in the history
One mistyped description and another mistyped target were corrected.

Signed-off-by: Paulo Flabiano Smorigo <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
pfsmorigo authored and herbertx committed May 15, 2015
1 parent 3848d34 commit 42cb0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/crypto/vmx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down
2 changes: 1 addition & 1 deletion drivers/crypto/vmx/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module_init(p8_init);
module_exit(p8_exit);

MODULE_AUTHOR("Marcelo Cerri<[email protected]>");
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");

0 comments on commit 42cb0c7

Please sign in to comment.