* [PATCH][TRIVIAL] crypto: ccp - fix typo "CPP"
@ 2016-10-20 19:20 Paul Bolle
2016-10-20 20:44 ` Gary R Hook
2016-10-25 3:46 ` Herbert Xu
0 siblings, 2 replies; 3+ messages in thread
From: Paul Bolle @ 2016-10-20 19:20 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Tom Lendacky, Gary Hook, linux-crypto, linux-kernel
The abbreviation for Cryptographic Coprocessor is "CCP".
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
include/linux/ccp.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/linux/ccp.h b/include/linux/ccp.h
index a7653339fedb..c71dd8fa5764 100644
--- a/include/linux/ccp.h
+++ b/include/linux/ccp.h
@@ -11,8 +11,8 @@
* published by the Free Software Foundation.
*/
-#ifndef __CPP_H__
-#define __CPP_H__
+#ifndef __CCP_H__
+#define __CCP_H__
#include <linux/scatterlist.h>
#include <linux/workqueue.h>
@@ -553,7 +553,7 @@ enum ccp_engine {
#define CCP_CMD_PASSTHRU_NO_DMA_MAP 0x00000002
/**
- * struct ccp_cmd - CPP operation request
+ * struct ccp_cmd - CCP operation request
* @entry: list element (ccp driver use only)
* @work: work element used for callbacks (ccp driver use only)
* @ccp: CCP device to be run on (ccp driver use only)
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][TRIVIAL] crypto: ccp - fix typo "CPP"
2016-10-20 19:20 [PATCH][TRIVIAL] crypto: ccp - fix typo "CPP" Paul Bolle
@ 2016-10-20 20:44 ` Gary R Hook
2016-10-25 3:46 ` Herbert Xu
1 sibling, 0 replies; 3+ messages in thread
From: Gary R Hook @ 2016-10-20 20:44 UTC (permalink / raw)
To: Paul Bolle, Jiri Kosina
Cc: Tom Lendacky, Gary Hook, linux-crypto, linux-kernel
On 10/20/2016 02:20 PM, Paul Bolle wrote:
> The abbreviation for Cryptographic Coprocessor is "CCP".
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Gary R Hook <gary.hook@amd.com>
> ---
> include/linux/ccp.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/linux/ccp.h b/include/linux/ccp.h
> index a7653339fedb..c71dd8fa5764 100644
> --- a/include/linux/ccp.h
> +++ b/include/linux/ccp.h
> @@ -11,8 +11,8 @@
> * published by the Free Software Foundation.
> */
>
> -#ifndef __CPP_H__
> -#define __CPP_H__
> +#ifndef __CCP_H__
> +#define __CCP_H__
>
> #include <linux/scatterlist.h>
> #include <linux/workqueue.h>
> @@ -553,7 +553,7 @@ enum ccp_engine {
> #define CCP_CMD_PASSTHRU_NO_DMA_MAP 0x00000002
>
> /**
> - * struct ccp_cmd - CPP operation request
> + * struct ccp_cmd - CCP operation request
> * @entry: list element (ccp driver use only)
> * @work: work element used for callbacks (ccp driver use only)
> * @ccp: CCP device to be run on (ccp driver use only)
>
--
This is my day job. Follow me at:
IG/Twitter/Facebook: @grhookphoto
IG/Twitter/Facebook: @grhphotographer
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][TRIVIAL] crypto: ccp - fix typo "CPP"
2016-10-20 19:20 [PATCH][TRIVIAL] crypto: ccp - fix typo "CPP" Paul Bolle
2016-10-20 20:44 ` Gary R Hook
@ 2016-10-25 3:46 ` Herbert Xu
1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2016-10-25 3:46 UTC (permalink / raw)
To: Paul Bolle
Cc: trivial, thomas.lendacky, gary.hook, linux-crypto, linux-kernel
Paul Bolle <pebolle@tiscali.nl> wrote:
> The abbreviation for Cryptographic Coprocessor is "CCP".
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
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] 3+ messages in thread
end of thread, other threads:[~2016-10-25 3:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20 19:20 [PATCH][TRIVIAL] crypto: ccp - fix typo "CPP" Paul Bolle
2016-10-20 20:44 ` Gary R Hook
2016-10-25 3:46 ` 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.