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

Lukas Bulwahn posted 1 patch 2 years ago
Documentation/translations/it_IT/RCU/torture.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] doc:it_IT: fix a typo in the config name in RCU torture
Posted by Lukas Bulwahn 2 years ago
This issue was detected with the scripts/checkkconfigsymbols.py tool.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 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

Re: [PATCH] doc:it_IT: fix a typo in the config name in RCU torture
Posted by Jonathan Corbet 1 year, 12 months ago
Lukas Bulwahn <lukas.bulwahn@gmail.com> writes:

> This issue was detected with the scripts/checkkconfigsymbols.py tool.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  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
Re: [PATCH] doc:it_IT: fix a typo in the config name in RCU torture
Posted by Federico Vaga 2 years ago
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 <lukas.bulwahn@gmail.com>
> ---
>  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