From: Zhu Jun Date: Wed, 4 Dec 2024 08:09:07 +0000 (-0800) Subject: posix-timers: Fix typo in __lock_timer() X-Git-Tag: block-6.14-20240131~47^2~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9f38e83a88979ddd630c1f80c2404ecde7854044;p=linux-block.git posix-timers: Fix typo in __lock_timer() The word 'accross' is wrong, so fix it. Signed-off-by: Zhu Jun Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/all/20241204080907.11989-1-zhujun2@cmss.chinamobile.com --- diff --git a/kernel/time/posix-timers.c b/kernel/time/posix-timers.c index 881a9ce96af7..1b675aee99a9 100644 --- a/kernel/time/posix-timers.c +++ b/kernel/time/posix-timers.c @@ -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 ==