Home
last modified time | relevance | path

Searched hist:"7723 bfe6f90326ebc139d25f779b369bfff9c8e0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/time/
H A Dtime.cdiff 7723bfe6f90326ebc139d25f779b369bfff9c8e0 Fri Oct 25 06:01:40 CDT 2024 Miguel Ojeda <ojeda@kernel.org> time: Partially revert cleanup on msecs_to_jiffies() documentation

[ Upstream commit b05aefc1f5886c8aece650c9c1639c87b976191a ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>