]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tick/sched: Add function description for tick_nohz_next_event()
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Tue, 23 Jan 2024 16:46:57 +0000 (17:46 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 19 Feb 2024 08:38:00 +0000 (09:38 +0100)
commitf365d05506150398fe6b035918d6fd8b62f35b9f
tree69d4710b87579d63f632bdb17fff6d786be2634c
parentca2768bbf5c48d8c048877dfbceafcebc3f06fa6
tick/sched: Add function description for tick_nohz_next_event()

The return value of tick_nohz_next_event() is not obvious at the first
glance. Add a kernel-doc compatible function description which also covers
return values.

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-4-anna-maria@linutronix.de
kernel/time/tick-sched.c