Re: [PATCH] tracing/kprobes: Fix the description of variable length arguments

2023-10-27 Thread Google
On Fri, 27 Oct 2023 14:10:44 +0530 Mukesh Ojha wrote: > > > On 10/27/2023 9:43 AM, Yujie Liu wrote: > > Fix the following kernel-doc warnings: > > > > kernel/trace/trace_kprobe.c:1029: warning: Excess function parameter 'args' > > description in '__kprobe_event_gen_cmd_start' > >

Re: [PATCH] tracing/kprobes: Fix the description of variable length arguments

2023-10-27 Thread Mukesh Ojha
On 10/27/2023 9:43 AM, Yujie Liu wrote: Fix the following kernel-doc warnings: kernel/trace/trace_kprobe.c:1029: warning: Excess function parameter 'args' description in '__kprobe_event_gen_cmd_start' kernel/trace/trace_kprobe.c:1097: warning: Excess function parameter 'args' description

[PATCH] tracing/kprobes: Fix the description of variable length arguments

2023-10-26 Thread Yujie Liu
Fix the following kernel-doc warnings: kernel/trace/trace_kprobe.c:1029: warning: Excess function parameter 'args' description in '__kprobe_event_gen_cmd_start' kernel/trace/trace_kprobe.c:1097: warning: Excess function parameter 'args' description in '__kprobe_event_add_fields' Refer to the