* [PATCH] timer: fix fsleep function name typo in comment and docs
@ 2026-05-01 17:06 Gitle Mikkelsen
2026-05-14 12:13 ` [tip: timers/core] timers: Fix flseep() typo in kernel-doc comment tip-bot2 for Gitle Mikkelsen
0 siblings, 1 reply; 2+ messages in thread
From: Gitle Mikkelsen @ 2026-05-01 17:06 UTC (permalink / raw)
Cc: gitlem, anna-maria, frederic, tglx, linux-kernel
Signed-off-by: Gitle Mikkelsen <gitlem@gmail.com>
---
include/linux/delay.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/delay.h b/include/linux/delay.h
index 46412c000..68b2a69dd 100644
--- a/include/linux/delay.h
+++ b/include/linux/delay.h
@@ -110,7 +110,7 @@ static const unsigned int max_slack_shift = 2;
* fsleep - flexible sleep which autoselects the best mechanism
* @usecs: requested sleep duration in microseconds
*
- * flseep() selects the best mechanism that will provide maximum 25% slack
+ * fsleep() selects the best mechanism that will provide maximum 25% slack
* to the requested sleep duration. Therefore it uses:
*
* * udelay() loop for sleep durations <= 10 microseconds to avoid hrtimer
--
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip: timers/core] timers: Fix flseep() typo in kernel-doc comment
2026-05-01 17:06 [PATCH] timer: fix fsleep function name typo in comment and docs Gitle Mikkelsen
@ 2026-05-14 12:13 ` tip-bot2 for Gitle Mikkelsen
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Gitle Mikkelsen @ 2026-05-14 12:13 UTC (permalink / raw)
To: linux-tip-commits; +Cc: Gitle Mikkelsen, Thomas Gleixner, x86, linux-kernel
The following commit has been merged into the timers/core branch of tip:
Commit-ID: c8d32a0389fb97873285327ef4543a1431e54733
Gitweb: https://git.kernel.org/tip/c8d32a0389fb97873285327ef4543a1431e54733
Author: Gitle Mikkelsen <gitlem@gmail.com>
AuthorDate: Fri, 01 May 2026 19:06:16 +02:00
Committer: Thomas Gleixner <tglx@kernel.org>
CommitterDate: Thu, 14 May 2026 14:10:39 +02:00
timers: Fix flseep() typo in kernel-doc comment
Signed-off-by: Gitle Mikkelsen <gitlem@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260501170616.1402-1-gitlem@gmail.com
---
include/linux/delay.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/delay.h b/include/linux/delay.h
index 46412c0..68b2a69 100644
--- a/include/linux/delay.h
+++ b/include/linux/delay.h
@@ -110,7 +110,7 @@ static const unsigned int max_slack_shift = 2;
* fsleep - flexible sleep which autoselects the best mechanism
* @usecs: requested sleep duration in microseconds
*
- * flseep() selects the best mechanism that will provide maximum 25% slack
+ * fsleep() selects the best mechanism that will provide maximum 25% slack
* to the requested sleep duration. Therefore it uses:
*
* * udelay() loop for sleep durations <= 10 microseconds to avoid hrtimer
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-14 12:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-01 17:06 [PATCH] timer: fix fsleep function name typo in comment and docs Gitle Mikkelsen
2026-05-14 12:13 ` [tip: timers/core] timers: Fix flseep() typo in kernel-doc comment tip-bot2 for Gitle Mikkelsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome