]> www.infradead.org Git - users/jedix/linux-maple.git/commit
timers: Add struct member description for timer_base
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Tue, 23 Jan 2024 16:46:58 +0000 (17:46 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 19 Feb 2024 08:38:00 +0000 (09:38 +0100)
commit892abd357183bc663d6984d10c62f94b40bfc375
treeb1b119a97a760e2ae8ae69d3c12667eebb584cc5
parentf365d05506150398fe6b035918d6fd8b62f35b9f
timers: Add struct member description for timer_base

timer_base struct lacks description of struct members. Important struct
member information is sprinkled in comments or in code all over the place.

Collect information and write struct description to keep track of most
important information in a single place.

Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240123164702.55612-5-anna-maria@linutronix.de
kernel/time/timer.c