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

From: Philippe Mathieu-Daudé
Date: Sat Aug 19 2023 - 06:52:24 EST


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 <yangtiezhu@xxxxxxxxxxx>
---
arch/mips/include/asm/ptrace.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>