aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/translations
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2020-08-17 16:32:07 -0700
committerJonathan Corbet <corbet@lwn.net>2020-08-24 17:19:07 -0600
commit053f8fc7c1c8f70e30a89955f8fd53e1e48dee58 (patch)
tree0f8a2345b20451a6b634d24e6a1a3456ac9ac0cf /Documentation/translations
parentdevices.txt: fix typo of "ubd" as "udb" (diff)
downloadlinux-dev-053f8fc7c1c8f70e30a89955f8fd53e1e48dee58.tar.xz
linux-dev-053f8fc7c1c8f70e30a89955f8fd53e1e48dee58.zip
docs: Fix function name trailing double-()s
I noticed a double-() in the deprecated.rst rendering today. Fix that one and two others in the Documentation/ tree. Acked-by: "Paul E. McKenney" <paulmck@kernel.org> # For RCU Signed-off-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20200817233207.4083538-1-keescook@chromium.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r--Documentation/translations/it_IT/process/deprecated.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/it_IT/process/deprecated.rst b/Documentation/translations/it_IT/process/deprecated.rst
index e108eaf82cf6..a642ff3fdc8b 100644
--- a/Documentation/translations/it_IT/process/deprecated.rst
+++ b/Documentation/translations/it_IT/process/deprecated.rst
@@ -130,7 +130,7 @@ chi usa solo stringe terminate. La versione sicura da usare è
strscpy(). (chi usa strscpy() e necessita di estendere la
terminazione con NUL deve aggiungere una chiamata a memset())
-Se il chiamate no usa stringhe terminate con NUL, allore strncpy()()
+Se il chiamate no usa stringhe terminate con NUL, allore strncpy()
può continuare ad essere usata, ma i buffer di destinazione devono essere
marchiati con l'attributo `__nonstring <https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html>`_
per evitare avvisi durante la compilazione.