Re: [PATCH v2] MIPS: Use proper Return keyword

2018-02-01 Thread James Hogan
On Wed, Dec 27, 2017 at 12:07:53PM +0100, Mathieu Malaterre wrote: > 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' > descript

[PATCH v2] MIPS: Use proper Return keyword

2017-12-27 Thread Mathieu Malaterre
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 --- v2: A