projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7217f
)
tracing: Fix kernel-doc warnings in trace_seq.c
author
Gaosheng Cui
<cuigaosheng1@huawei.com>
Mon, 24 Jul 2023 14:08:27 +0000
(22:08 +0800)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Fri, 28 Jul 2023 23:59:04 +0000
(19:59 -0400)
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/20230724140827.1023266-5-cuigaosheng1@huawei.com
Cc: <mhiramat@kernel.org>
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_seq.c
patch
|
blob
|
history
diff --git
a/kernel/trace/trace_seq.c
b/kernel/trace/trace_seq.c
index e5e299260d0c4a98b5a80d40b271af58f7668935..bac06ee3b98b8124d77e35a8f385a6fad61b0707 100644
(file)
--- a/
kernel/trace/trace_seq.c
+++ b/
kernel/trace/trace_seq.c
@@
-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