2024-02-07 15:13:13

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] doc:it_IT: fix a typo in the config name in RCU torture

This issue was detected with the scripts/checkkconfigsymbols.py tool.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
Documentation/translations/it_IT/RCU/torture.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/it_IT/RCU/torture.rst b/Documentation/translations/it_IT/RCU/torture.rst
index 79d9e6932acc..189f7c6caebc 100644
--- a/Documentation/translations/it_IT/RCU/torture.rst
+++ b/Documentation/translations/it_IT/RCU/torture.rst
@@ -129,7 +129,7 @@ Uso su specifici kernel

A volte può essere utile eseguire RCU torture su un kernel già compilato, ad
esempio quando lo si sta per mettere in proeduzione. In questo caso, il kernel
-dev'essere compilato con CONFIG_RCU_TORTUE_TEST=m, cosicché le verifiche possano
+dev'essere compilato con CONFIG_RCU_TORTURE_TEST=m, cosicché le verifiche possano
essere avviate usano modprobe e terminate con rmmod.

Per esempio, potreste usare questo script::
--
2.17.1



2024-02-07 17:13:21

by Federico Vaga

[permalink] [raw]
Subject: Re: [PATCH] doc:it_IT: fix a typo in the config name in RCU torture

Thank you for the fix

On 2024-02-07 16:03, Lukas Bulwahn wrote:
> This issue was detected with the scripts/checkkconfigsymbols.py tool.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> Documentation/translations/it_IT/RCU/torture.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/translations/it_IT/RCU/torture.rst
> b/Documentation/translations/it_IT/RCU/torture.rst
> index 79d9e6932acc..189f7c6caebc 100644
> --- a/Documentation/translations/it_IT/RCU/torture.rst
> +++ b/Documentation/translations/it_IT/RCU/torture.rst
> @@ -129,7 +129,7 @@ Uso su specifici kernel
>
> A volte può essere utile eseguire RCU torture su un kernel già
> compilato, ad
> esempio quando lo si sta per mettere in proeduzione. In questo caso,
> il kernel
> -dev'essere compilato con CONFIG_RCU_TORTUE_TEST=m, cosicché le
> verifiche possano
> +dev'essere compilato con CONFIG_RCU_TORTURE_TEST=m, cosicché le
> verifiche possano
> essere avviate usano modprobe e terminate con rmmod.
>
> Per esempio, potreste usare questo script::

--
Federico Vaga

2024-02-08 22:44:58

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] doc:it_IT: fix a typo in the config name in RCU torture

Lukas Bulwahn <[email protected]> writes:

> This issue was detected with the scripts/checkkconfigsymbols.py tool.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> Documentation/translations/it_IT/RCU/torture.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/translations/it_IT/RCU/torture.rst b/Documentation/translations/it_IT/RCU/torture.rst
> index 79d9e6932acc..189f7c6caebc 100644
> --- a/Documentation/translations/it_IT/RCU/torture.rst
> +++ b/Documentation/translations/it_IT/RCU/torture.rst
> @@ -129,7 +129,7 @@ Uso su specifici kernel
>
> A volte può essere utile eseguire RCU torture su un kernel già compilato, ad
> esempio quando lo si sta per mettere in proeduzione. In questo caso, il kernel
> -dev'essere compilato con CONFIG_RCU_TORTUE_TEST=m, cosicché le verifiche possano
> +dev'essere compilato con CONFIG_RCU_TORTURE_TEST=m, cosicché le verifiche possano
> essere avviate usano modprobe e terminate con rmmod.

Applied, grazie,

jon