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, 7 Mar 2019 19:35:40 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     "Tobin C. Harding" <tobin@...nel.org>,
        Jonathan Corbet <corbet@....net>
Cc:     linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 5/9] docs: Replace backtick with apostrophe.

On 3/7/19 1:11 PM, Tobin C. Harding wrote:
> Sphinx emits:
> 
> 	WARNING: Inline interpreted text or phrase reference
> 	start-string without end-string.
> 
> This is caused by a spurious backtick.
> 
> Replace backtick with apostrophe.
> 
> Signed-off-by: Tobin C. Harding <tobin@...nel.org>
> ---
>  include/linux/kernel.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/kernel.h b/include/linux/kernel.h
> index 8f0e68e250a7..59c16c763086 100644
> --- a/include/linux/kernel.h
> +++ b/include/linux/kernel.h
> @@ -134,7 +134,7 @@
>   * Rounds @x up to next multiple of @y. If @y will always be a power
>   * of 2, consider using the faster round_up().
>   *
> - * The `const' here prevents gcc-3.3 from calling __divdi3
> + * The 'const' here prevents gcc-3.3 from calling __divdi3
>   */
>  #define roundup(x, y) (					\
>  {							\
> 

That line is being removed completely since gcc 3.3 is no longer supported.


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ