2023-08-20 09:49:02

by Philippe Mathieu-Daudé

[permalink] [raw]
Subject: Re: [PATCH v4 4/4] MIPS: Add identifier names to arguments of die() declaration

On 19/8/23 10:36, Tiezhu Yang wrote:
> Add identifier names to arguments of die() declaration in ptrace.h
> to fix the following checkpatch warnings:
>
> WARNING: function definition argument 'const char *' should also have an identifier name
> WARNING: function definition argument 'struct pt_regs *' should also have an identifier name
>
> Signed-off-by: Tiezhu Yang <[email protected]>
> ---
> arch/mips/include/asm/ptrace.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>