]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
time: Fix references to _msecs_to_jiffies() handling of values
authorMiguel Ojeda <ojeda@kernel.org>
Fri, 25 Oct 2024 11:01:41 +0000 (13:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:47:45 +0000 (19:47 +0100)
commitdc684d966f4836ed2b3b8493fa76e67facff1aa6
tree0c9efa1510d72367acb640d0e22402fb8e8396fd
parent069601e4b657f9a996ac019c3012a704f9300f20
time: Fix references to _msecs_to_jiffies() handling of values

[ Upstream commit 92b043fd995a63a57aae29ff85a39b6f30cd440c ]

The details about the handling of the "normal" values were moved
to the _msecs_to_jiffies() helpers in commit ca42aaf0c861 ("time:
Refactor msecs_to_jiffies"). However, the same commit still mentioned
__msecs_to_jiffies() in the added documentation.

Thus point to _msecs_to_jiffies() instead.

Fixes: ca42aaf0c861 ("time: Refactor msecs_to_jiffies")
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241025110141.157205-2-ojeda@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/jiffies.h
kernel/time/time.c