All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/crypto/qat/qat_common/Makefile: fix typo in clean-files
@ 2015-11-20  0:06 Jim Davis
  2015-11-24 10:23 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Davis @ 2015-11-20  0:06 UTC (permalink / raw)
  To: tadeusz.struk, herbert, davem, qat-linux, linux-crypto, linux-kernel

A typo in the Makefile leaves qat_rsaprivkey-asn1.h hanging around.

Signed-off-by: Jim Davis <jim.epost@gmail.com>
---
 drivers/crypto/qat/qat_common/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/qat/qat_common/Makefile b/drivers/crypto/qat/qat_common/Makefile
index 9e9e196c6d51..12f40a38687e 100644
--- a/drivers/crypto/qat/qat_common/Makefile
+++ b/drivers/crypto/qat/qat_common/Makefile
@@ -4,7 +4,7 @@ $(obj)/qat_rsaprivkey-asn1.o: $(obj)/qat_rsaprivkey-asn1.c \
 			      $(obj)/qat_rsaprivkey-asn1.h
 
 clean-files += qat_rsapubkey-asn1.c qat_rsapubkey-asn1.h
-clean-files += qat_rsaprivkey-asn1.c qat_rsapvivkey-asn1.h
+clean-files += qat_rsaprivkey-asn1.c qat_rsaprivkey-asn1.h
 
 obj-$(CONFIG_CRYPTO_DEV_QAT) += intel_qat.o
 intel_qat-objs := adf_cfg.o \
-- 
2.6.2.195.g0c4dd78

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

* Re: [PATCH] drivers/crypto/qat/qat_common/Makefile: fix typo in clean-files
  2015-11-20  0:06 [PATCH] drivers/crypto/qat/qat_common/Makefile: fix typo in clean-files Jim Davis
@ 2015-11-24 10:23 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2015-11-24 10:23 UTC (permalink / raw)
  To: Jim Davis; +Cc: tadeusz.struk, davem, qat-linux, linux-crypto, linux-kernel

On Thu, Nov 19, 2015 at 05:06:19PM -0700, Jim Davis wrote:
> A typo in the Makefile leaves qat_rsaprivkey-asn1.h hanging around.
> 
> Signed-off-by: Jim Davis <jim.epost@gmail.com>

Patch applied.  Thanks.
-- 
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-11-24 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-20  0:06 [PATCH] drivers/crypto/qat/qat_common/Makefile: fix typo in clean-files Jim Davis
2015-11-24 10:23 ` 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.