mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +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
This commit is contained in:
parent
5d330d652d
commit
c8d32a0389
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user