[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dd9081bc0dfb5ed29545fa09e7500f66@vaga.pv.it>
Date: Thu, 01 Oct 2020 14:05:07 +0200
From: Federico Vaga <federico.vaga@...a.pv.it>
To: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Cc: Linux Doc Mailing List <linux-doc@...r.kernel.org>,
Jonathan Corbet <corbet@....net>,
Lukas Bulwahn <lukas.bulwahn@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 46/52] docs: it_IT: hacking.rst: fix a typo on a markup
On 2020-09-30 15:25, Mauro Carvalho Chehab wrote:
> There's a missing "`", causing this warning:
> ./Documentation/translations/it_IT/kernel-hacking/hacking.rst:404:
> WARNING: Unparseable C cross-reference: 'cpu_to_be32p(), che prende un
> puntatore\nad un tipo, e ritorna il valore convertito. L\'altra
> variante per\nla famiglia di conversioni "in-situ", come
> :c:func:`cpu_to_be32s'
> Invalid C declaration: Expected end of definition. [error at 14]
> cpu_to_be32p(), che prende un puntatore
> ad un tipo, e ritorna il valore convertito. L'altra variante per
> la famiglia di conversioni "in-situ", come :c:func:`cpu_to_be32s
> --------------^
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Acked-by: Federico Vaga <federico.vaga@...a.pv.it>
> ---
> Documentation/translations/it_IT/kernel-hacking/hacking.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
> a/Documentation/translations/it_IT/kernel-hacking/hacking.rst
> b/Documentation/translations/it_IT/kernel-hacking/hacking.rst
> index 6aab27a8d323..3d30b69f1ec1 100644
> --- a/Documentation/translations/it_IT/kernel-hacking/hacking.rst
> +++ b/Documentation/translations/it_IT/kernel-hacking/hacking.rst
> @@ -402,7 +402,7 @@ il valore convertito. Tutte le varianti supportano
> anche il processo inverso:
> :c:func:`be32_to_cpu()`, eccetera.
>
> Queste funzioni hanno principalmente due varianti: la variante per
> -puntatori, come :c:func:`cpu_to_be32p(), che prende un puntatore
> +puntatori, come :c:func:`cpu_to_be32p()`, che prende un puntatore
> ad un tipo, e ritorna il valore convertito. L'altra variante per
> la famiglia di conversioni "in-situ", come :c:func:`cpu_to_be32s()`,
> che convertono il valore puntato da un puntatore, e ritornano void.
--
Federico Vaga
http://www.federicovaga.it/
Powered by blists - more mailing lists