Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1505205 > unrolled thread

[PATCH][TRIVIAL] crypto: ccp - fix typo "CPP"

Started byPaul Bolle <pebolle@tiscali.nl>
First post2016-10-20 21:30 +0200
Last post2016-10-25 05:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH][TRIVIAL] crypto: ccp - fix typo "CPP" Paul Bolle <pebolle@tiscali.nl> - 2016-10-20 21:30 +0200
    Re: [PATCH][TRIVIAL] crypto: ccp - fix typo "CPP" Herbert Xu <herbert@gondor.apana.org.au> - 2016-10-25 05:50 +0200

#1505205 — [PATCH][TRIVIAL] crypto: ccp - fix typo "CPP"

FromPaul Bolle <pebolle@tiscali.nl>
Date2016-10-20 21:30 +0200
Subject[PATCH][TRIVIAL] crypto: ccp - fix typo "CPP"
Message-ID<surcm-3mp-39@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1507955

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2016-10-25 05:50 +0200
Message-ID<sw0Uq-6B-11@gated-at.bofh.it>
In reply to#1505205
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web