From: Gitle Mikkelsen Date: Fri, 1 May 2026 17:06:16 +0000 (+0200) Subject: timers: Fix flseep() typo in kernel-doc comment X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c8d32a0389fb97873285327ef4543a1431e54733;p=thirdparty%2Fkernel%2Flinux.git timers: Fix flseep() typo in kernel-doc comment Signed-off-by: Gitle Mikkelsen Signed-off-by: Thomas Gleixner Link: https://patch.msgid.link/20260501170616.1402-1-gitlem@gmail.com --- diff --git a/include/linux/delay.h b/include/linux/delay.h index 46412c00033a9..68b2a69dd24d6 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