Skip to content

Commit 6c95d71

Browse files
gscuirostedt
authored andcommitted
tracing: Fix kernel-doc warnings in trace_seq.c
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]>
1 parent bd7217f commit 6c95d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/trace/trace_seq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ EXPORT_SYMBOL_GPL(trace_seq_bitmask);
131131
* trace_seq_vprintf - sequence printing of trace information
132132
* @s: trace sequence descriptor
133133
* @fmt: printf format string
134+
* @args: Arguments for the format string
134135
*
135136
* The tracer may use either sequence operations or its own
136137
* copy to user routines. To simplify formatting of a trace

0 commit comments

Comments
 (0)