Skip to content

Commit 22b6392

Browse files
Jeff Johnsonrostedt
authored andcommitted
tracing: Fix trace_pid_list_free() kernel-doc
make C=1 reports: kernel/trace/pid_list.c:458: warning: Function parameter or struct member 'pid_list' not described in 'trace_pid_list_free' Add the missing parameter to the trace_pid_list_free() kernel-doc. Link: https://lore.kernel.org/linux-trace-kernel/[email protected] Cc: Masami Hiramatsu <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent c3f38fa commit 22b6392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/trace/pid_list.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ struct trace_pid_list *trace_pid_list_alloc(void)
451451

452452
/**
453453
* trace_pid_list_free - Frees an allocated pid_list.
454+
* @pid_list: The pid list to free.
454455
*
455456
* Frees the memory for a pid_list that was allocated.
456457
*/

0 commit comments

Comments
 (0)