doc:it_IT:doc-guide: fix reference to foobar

Replicate the following patch into italian translation

1bb37a3567  doc-guide:kernel-doc.rst: Reference to foobar

Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Federico Vaga 2018-11-09 00:24:17 +01:00 committed by Jonathan Corbet
parent 34523ec2f4
commit a929a42a3e

View file

@ -107,7 +107,7 @@ macro simil-funzioni è il seguente::
* Context: Describes whether the function can sleep, what locks it takes, * Context: Describes whether the function can sleep, what locks it takes,
* releases, or expects to be held. It can extend over multiple * releases, or expects to be held. It can extend over multiple
* lines. * 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 * The return value description can also have multiple paragraphs, and should
* be placed at the end of the comment block. * be placed at the end of the comment block.