Skip to content

Commit

Permalink
tracing: Fix kernel-doc warnings in trace_seq.c
Browse files Browse the repository at this point in the history
Fix kernel-doc warning:

kernel/trace/trace_seq.c:142: warning: Function parameter or member
'args' not described in 'trace_seq_vprintf'

Link: https://lkml.kernel.org/r/[email protected]

Cc: <[email protected]>
Signed-off-by: Gaosheng Cui <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
  • Loading branch information
gscui authored and rostedt committed Jul 28, 2023
1 parent bd7217f commit 6c95d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/trace/trace_seq.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ EXPORT_SYMBOL_GPL(trace_seq_bitmask);
* trace_seq_vprintf - sequence printing of trace information
* @s: trace sequence descriptor
* @fmt: printf format string
* @args: Arguments for the format string
*
* The tracer may use either sequence operations or its own
* copy to user routines. To simplify formatting of a trace
Expand Down

0 comments on commit 6c95d71

Please sign in to comment.