From: Gitle Mikkelsen <gitlem@gmail.com>
Cc: gitlem@gmail.com, anna-maria@linutronix.de, frederic@kernel.org,
tglx@kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] timer: fix fsleep function name typo in comment and docs
Date: Fri, 1 May 2026 19:06:16 +0200 [thread overview]
Message-ID: <20260501170616.1402-1-gitlem@gmail.com> (raw)
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
--
next reply other threads:[~2026-05-01 17:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-01 17:06 Gitle Mikkelsen [this message]
2026-05-14 12:13 ` [tip: timers/core] timers: Fix flseep() typo in kernel-doc comment tip-bot2 for Gitle Mikkelsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260501170616.1402-1-gitlem@gmail.com \
--to=gitlem@gmail.com \
--cc=anna-maria@linutronix.de \
--cc=frederic@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.