Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[sfrench/cifs-2.6.git] / Documentation / translations / it_IT / doc-guide / kernel-doc.rst
index 2bf1c1e2f394363aab77207de321f249a25dc644..a4ecd8f27631a1608993864057e6d7effef16af2 100644 (file)
@@ -107,7 +107,7 @@ macro simil-funzioni รจ il seguente::
    * Context: Describes whether the function can sleep, what locks it takes,
    *          releases, or expects to be held. It can extend over multiple
    *          lines.
-   * Return: Describe the return value of foobar.
+   * Return: Describe the return value of function_name.
    *
    * The return value description can also have multiple paragraphs, and should
    * be placed at the end of the comment block.