mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
posix-timers: Fix typo in __lock_timer()
The word 'accross' is wrong, so fix it. Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20241204080907.11989-1-zhujun2@cmss.chinamobile.com
This commit is contained in:
parent
763d1ebec8
commit
9f38e83a88
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ static struct k_itimer *__lock_timer(timer_t timer_id, unsigned long *flags)
|
|||
* When the reference count reaches zero, the timer is scheduled
|
||||
* for RCU removal after the grace period.
|
||||
*
|
||||
* Holding rcu_read_lock() accross the lookup ensures that
|
||||
* Holding rcu_read_lock() across the lookup ensures that
|
||||
* the timer cannot be freed.
|
||||
*
|
||||
* The lookup validates locklessly that timr::it_signal ==
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue