MIPS: Use proper kernel-doc Return keyword
authorMathieu Malaterre <malat@debian.org>
Wed, 27 Dec 2017 11:07:53 +0000 (12:07 +0100)
committerJames Hogan <jhogan@kernel.org>
Thu, 18 Jan 2018 22:29:02 +0000 (22:29 +0000)
commitcdf93470a065de6366f92b144ac48236ddfb1315
treef79e9be124dc2341878e5278e9681c8a1b5090c5
parent8d2b6f1ff4606a8d426397a4d14b653bda0babd9
MIPS: Use proper kernel-doc Return keyword

For reference:
* https://www.kernel.org/doc/html/latest/doc-guide/kernel-doc.html#function-documentation

Fix non-fatal warning:

arch/mips/kernel/branch.c:418: warning: Excess function parameter 'returns' description in '__compute_return_epc_for_insn'

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Maciej W. Rozycki <macro@mips.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/18031/
[jhogan@kernel.org: Expand subject slightly]
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/kernel/branch.c