summaryrefslogtreecommitdiff
path: root/kernel/time
diff options
context:
space:
mode:
authorMiguel Ojeda <ojeda@kernel.org>2024-10-25 13:01:41 +0200
committerThomas Gleixner <tglx@linutronix.de>2024-10-25 19:50:10 +0200
commit92b043fd995a63a57aae29ff85a39b6f30cd440c (patch)
treecc9512d4b40dd81065def7810cdb672bb0102237 /kernel/time
parentb05aefc1f5886c8aece650c9c1639c87b976191a (diff)
time: Fix references to _msecs_to_jiffies() handling of values
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
Diffstat (limited to 'kernel/time')
-rw-r--r--kernel/time/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/time.c b/kernel/time/time.c
index b1809a1b0827..1b69caa87480 100644
--- a/kernel/time/time.c
+++ b/kernel/time/time.c
@@ -556,7 +556,7 @@ EXPORT_SYMBOL(ns_to_timespec64);
* - all other values are converted to jiffies by either multiplying
* the input value by a factor or dividing it with a factor and
* handling any 32-bit overflows.
- * for the details see __msecs_to_jiffies()
+ * for the details see _msecs_to_jiffies()
*
* msecs_to_jiffies() checks for the passed in value being a constant
* via __builtin_constant_p() allowing gcc to eliminate most of the