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:   Thu, 28 Oct 2021 15:16:37 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     luo penghao <cgel.zte@...il.com>,
        Stephen Rothwell <sfr@...b.auug.org.au>
Cc:     linux-kernel@...r.kernel.org, luo penghao <luo.penghao@....com.cn>
Subject: Re: [PATCH linux-next] include/linux/zstd.h: Fix spelling errors in
 comments

On 10/28/21 12:22 AM, luo penghao wrote:
> It’s just a small problem. Although it doesn’t affect reading,
> it seems that it should be revised.

Hi,

Probably related to this:

https://en.wikipedia.org/wiki/If_and_only_if


> Reported-by: luo penghao <luo.penghao@....com.cn>
> Signed-off-by: luo penghao <luo.penghao@....com.cn>
> ---
>   include/linux/zstd.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/zstd.h b/include/linux/zstd.h
> index e87f78c..a093e18 100644
> --- a/include/linux/zstd.h
> +++ b/include/linux/zstd.h
> @@ -90,7 +90,7 @@ size_t ZSTD_compressBound(size_t srcSize);
>    * ZSTD_isError() - tells if a size_t function result is an error code
>    * @code:  The function result to check for error.
>    *
> - * Return: Non-zero iff the code is an error.
> + * Return: Non-zero if the code is an error.
>    */
>   static __attribute__((unused)) unsigned int ZSTD_isError(size_t code)
>   {
> 


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ