Commit c8d283ff authored by Paul Bolle's avatar Paul Bolle Committed by Herbert Xu

crypto: ccp - fix typo "CPP"

The abbreviation for Cryptographic Coprocessor is "CCP".
Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Acked-by: default avatarGary R Hook <gary.hook@amd.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 4e88768a
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#ifndef __CPP_H__ #ifndef __CCP_H__
#define __CPP_H__ #define __CCP_H__
#include <linux/scatterlist.h> #include <linux/scatterlist.h>
#include <linux/workqueue.h> #include <linux/workqueue.h>
...@@ -553,7 +553,7 @@ enum ccp_engine { ...@@ -553,7 +553,7 @@ enum ccp_engine {
#define CCP_CMD_PASSTHRU_NO_DMA_MAP 0x00000002 #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) * @entry: list element (ccp driver use only)
* @work: work element used for callbacks (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) * @ccp: CCP device to be run on (ccp driver use only)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment