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] [day] [month] [year] [list]
Date:   Tue, 9 Feb 2021 10:24:15 +0000
From:   Giovanni Cabiddu <giovanni.cabiddu@...el.com>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>
Cc:     herbert@...dor.apana.org.au, davem@...emloft.net,
        qat-linux@...el.com, linux-crypto@...r.kernel.org,
        linux-kernel@...r.kernel.org, rdunlap@...radead.org
Subject: Re: [PATCH] drivers: crypto: qat: qat_common: Two different lines
 fix the same spelling in the file adf_vf2pf_msg.c

Will be consolidated with the other patch that fixes the same spelling
mistake.

Regards,

-- 
Giovanni

On Wed, Feb 03, 2021 at 08:31:48PM +0530, Bhaskar Chowdhury wrote:
> 
> s/messge/message/  ..two different lines
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
> ---
>  drivers/crypto/qat/qat_common/adf_vf2pf_msg.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/crypto/qat/qat_common/adf_vf2pf_msg.c b/drivers/crypto/qat/qat_common/adf_vf2pf_msg.c
> index 2c98fb63f7b7..e85bd62d134a 100644
> --- a/drivers/crypto/qat/qat_common/adf_vf2pf_msg.c
> +++ b/drivers/crypto/qat/qat_common/adf_vf2pf_msg.c
> @@ -8,7 +8,7 @@
>   * adf_vf2pf_init() - send init msg to PF
>   * @accel_dev:  Pointer to acceleration VF device.
>   *
> - * Function sends an init messge from the VF to a PF
> + * Function sends an init message from the VF to a PF
>   *
>   * Return: 0 on success, error code otherwise.
>   */
> @@ -31,7 +31,7 @@ EXPORT_SYMBOL_GPL(adf_vf2pf_init);
>   * adf_vf2pf_shutdown() - send shutdown msg to PF
>   * @accel_dev:  Pointer to acceleration VF device.
>   *
> - * Function sends a shutdown messge from the VF to a PF
> + * Function sends a shutdown message from the VF to a PF
>   *
>   * Return: void
>   */
> --
> 2.26.2
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ