]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
timers: Fix flseep() typo in kernel-doc comment
authorGitle Mikkelsen <gitlem@gmail.com>
Fri, 1 May 2026 17:06:16 +0000 (19:06 +0200)
committerThomas Gleixner <tglx@kernel.org>
Thu, 14 May 2026 12:10:39 +0000 (14:10 +0200)
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

index 46412c00033a9507d9190b74f5de72efb4456ec6..68b2a69dd24d6c135f9f749c1e2f15f8b3bdb141 100644 (file)
@@ -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