]> www.infradead.org Git - users/jedix/linux-maple.git/commit
time: Partially revert cleanup on msecs_to_jiffies() documentation
authorMiguel Ojeda <ojeda@kernel.org>
Fri, 25 Oct 2024 11:01:40 +0000 (13:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 25 Oct 2024 17:49:16 +0000 (19:49 +0200)
commitb05aefc1f5886c8aece650c9c1639c87b976191a
treeaa6dbb7622a351b9e831c3f49808f3c308058b1d
parent147ba943024e564e89d9ac265d6a07a0d2c03988
time: Partially revert cleanup on msecs_to_jiffies() documentation

The documentation's intention is to compare msecs_to_jiffies() (first
sentence) with __msecs_to_jiffies() (second sentence), which is what the
original documentation did. One of the cleanups in commit f3cb80804b82
("time: Fix various kernel-doc problems") may have thought the paragraph
was talking about the latter since that is what it is being documented.

Thus revert that part of the change.

Fixes: f3cb80804b82 ("time: Fix various kernel-doc problems")
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241025110141.157205-1-ojeda@kernel.org
kernel/time/time.c