summaryrefslogtreecommitdiff
path: root/include/vdso
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2026-02-27 23:17:11 -0800
committerThomas Gleixner <tglx@kernel.org>2026-03-11 10:14:04 +0100
commita5ccec8fd10efa50a3fd4444915a2abff31f2535 (patch)
tree8cab974e4bddf0e8a8f9b5e88609d572702f9154 /include/vdso
parent1f318b96cc84d7c2ab792fcc0bfd42a7ca890681 (diff)
downloadlwn-a5ccec8fd10efa50a3fd4444915a2abff31f2535.tar.gz
lwn-a5ccec8fd10efa50a3fd4444915a2abff31f2535.zip
vdso/datapage: Correct struct member kernel-doc
Remove the "[]" array indicators from the struct member descriptions to avoid kernel-doc warnings. Warning: include/vdso/datapage.h:107 struct member 'basetime' not described in 'vdso_clock' Warning: include/vdso/datapage.h:107 struct member 'offset' not described in 'vdso_clock' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Link: https://patch.msgid.link/20260228071711.2663851-1-rdunlap@infradead.org
Diffstat (limited to 'include/vdso')
-rw-r--r--include/vdso/datapage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vdso/datapage.h b/include/vdso/datapage.h
index 23c39b96190f..07c2e086d8f4 100644
--- a/include/vdso/datapage.h
+++ b/include/vdso/datapage.h
@@ -80,8 +80,8 @@ struct vdso_timestamp {
* @mask: clocksource mask
* @mult: clocksource multiplier
* @shift: clocksource shift
- * @basetime[clock_id]: basetime per clock_id
- * @offset[clock_id]: time namespace offset per clock_id
+ * @basetime: basetime per clock_id
+ * @offset: time namespace offset per clock_id
*
* See also struct vdso_time_data for basic access and ordering information as
* struct vdso_clock is used there.