summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2026-01-28 17:12:12 -0800
committerSteven Rostedt (Google) <rostedt@goodmis.org>2026-03-24 12:19:57 -0400
commitfd4cb4511b5904188a17af73c7533da16420d4e8 (patch)
treeb4d2f7f63105916ea395728d955018ed57d1747e /include/uapi
parent6b0c7c28f7d1f5bd327981a8b733ca3938fae872 (diff)
tracing: trace_mmap.h: fix a kernel-doc warning
Add a description of struct reader to resolve a kernel-doc warning: Warning: include/uapi/linux/trace_mmap.h:43 struct member 'reader' not described in 'trace_buffer_meta' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/trace_mmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/trace_mmap.h b/include/uapi/linux/trace_mmap.h
index c102ef35d11e..99653f259a7a 100644
--- a/include/uapi/linux/trace_mmap.h
+++ b/include/uapi/linux/trace_mmap.h
@@ -10,6 +10,7 @@
* @meta_struct_len: Size of this structure.
* @subbuf_size: Size of each sub-buffer.
* @nr_subbufs: Number of subbfs in the ring-buffer, including the reader.
+ * @reader: The reader composite info structure
* @reader.lost_events: Number of events lost at the time of the reader swap.
* @reader.id: subbuf ID of the current reader. ID range [0 : @nr_subbufs - 1]
* @reader.read: Number of bytes read on the reader subbuf.