Skip to content

Commit

Permalink
crypto: ccp - fix typo "CPP"
Browse files Browse the repository at this point in the history
The abbreviation for Cryptographic Coprocessor is "CCP".

Signed-off-by: Paul Bolle <[email protected]>
Acked-by: Gary R Hook <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
pebolle authored and herbertx committed Oct 25, 2016
1 parent 4e88768 commit c8d283f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/linux/ccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit c8d283f

Please sign in to comment.