Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Randy Dunlap and committed by
Thomas Gleixner
a5ccec8f 1f318b96

+2 -2
+2 -2
include/vdso/datapage.h
··· 80 80 * @mask: clocksource mask 81 81 * @mult: clocksource multiplier 82 82 * @shift: clocksource shift 83 - * @basetime[clock_id]: basetime per clock_id 84 - * @offset[clock_id]: time namespace offset per clock_id 83 + * @basetime: basetime per clock_id 84 + * @offset: time namespace offset per clock_id 85 85 * 86 86 * See also struct vdso_time_data for basic access and ordering information as 87 87 * struct vdso_clock is used there.