All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: vmx - fix two mistyped texts
@ 2015-05-14 15:21 Paulo Flabiano Smorigo
  2015-05-15  7:05 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Paulo Flabiano Smorigo @ 2015-05-14 15:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Paulo Flabiano Smorigo, Herbert Xu, David S. Miller,
	Leonidas S. Barbosa, Marcelo H. Cerri, open list:CRYPTO API

One mistyped description and another mistyped target were corrected.

Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
---
 drivers/crypto/vmx/Makefile | 2 +-
 drivers/crypto/vmx/vmx.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/crypto/vmx/Makefile b/drivers/crypto/vmx/Makefile
index c699c6e..d28ab96 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 44d8d5c..4c398dd 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");
 
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto: vmx - fix two mistyped texts
  2015-05-14 15:21 [PATCH] crypto: vmx - fix two mistyped texts Paulo Flabiano Smorigo
@ 2015-05-15  7:05 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2015-05-15  7:05 UTC (permalink / raw)
  To: Paulo Flabiano Smorigo
  Cc: linux-kernel, David S. Miller, Leonidas S. Barbosa,
	Marcelo H. Cerri, open list:CRYPTO API

On Thu, May 14, 2015 at 12:21:04PM -0300, Paulo Flabiano Smorigo wrote:
> One mistyped description and another mistyped target were corrected.
> 
> Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>

Applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-15  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-14 15:21 [PATCH] crypto: vmx - fix two mistyped texts Paulo Flabiano Smorigo
2015-05-15  7:05 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.