]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
timers: Update schedule_[hr]timeout*() related function descriptions
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Mon, 14 Oct 2024 08:22:20 +0000 (10:22 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2024 22:36:46 +0000 (00:36 +0200)
commitcf5b6ef0c36be3489972966b8a18aa5c48559661
treef1b75b508f5a04568ed31e1f5fa99ef3041f1a85
parentda7bd0a9e0fce9f293b6e30c003f8f3978cee923
timers: Update schedule_[hr]timeout*() related function descriptions

schedule_timeout*() functions do not have proper kernel-doc formatted
function descriptions. schedule_hrtimeout() and schedule_hrtimeout_range()
have a almost identical description.

Add missing function descriptions. Remove copy of function description and
add a pointer to the existing description instead.

Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/all/20241014-devel-anna-maria-b4-timers-flseep-v3-3-dc8b907cb62f@linutronix.de
kernel/time/sleep_timeout.c