lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 20 Oct 2016 15:44:13 -0500
From:   Gary R Hook <ghook@....com>
To:     Paul Bolle <pebolle@...cali.nl>, Jiri Kosina <trivial@...nel.org>
CC:     Tom Lendacky <thomas.lendacky@....com>,
        Gary Hook <gary.hook@....com>, <linux-crypto@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH][TRIVIAL] crypto: ccp - fix typo "CPP"

On 10/20/2016 02:20 PM, Paul Bolle wrote:
> The abbreviation for Cryptographic Coprocessor is "CCP".
>
> Signed-off-by: Paul Bolle <pebolle@...cali.nl>

Acked-by: Gary R Hook <gary.hook@....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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ