summaryrefslogtreecommitdiff
path: root/include/linux/delay.h
diff options
context:
space:
mode:
authorGitle Mikkelsen <gitlem@gmail.com>2026-05-01 19:06:16 +0200
committerThomas Gleixner <tglx@kernel.org>2026-05-14 14:10:39 +0200
commitc8d32a0389fb97873285327ef4543a1431e54733 (patch)
tree4d311470538dee95e22261a71aceec46e190d82b /include/linux/delay.h
parent5d330d652d7a455b2215c38e7b0c6149c6f8225d (diff)
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
Diffstat (limited to 'include/linux/delay.h')
-rw-r--r--include/linux/delay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/delay.h b/include/linux/delay.h
index 46412c00033a..68b2a69dd24d 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