diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2024-02-07 16:03:22 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-02-12 16:42:13 -0700 |
commit | 4767c0c10271bdb63288564643fbae823af25a81 (patch) | |
tree | 2d81663e0ec57d9c4b61960b25deac5f5598ec8d | |
parent | 185633d6be0c8cfe18f1eb1c3555c4837cfb8b1c (diff) | |
download | lwn-4767c0c10271bdb63288564643fbae823af25a81.tar.gz lwn-4767c0c10271bdb63288564643fbae823af25a81.zip |
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 <lukas.bulwahn@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240207150322.20238-1-lukas.bulwahn@gmail.com
-rw-r--r-- | Documentation/translations/it_IT/RCU/torture.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |