mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
srcu: Fix kerneldoc header comment typo in srcu_down_read_fast()
s/srcu_read_lock_safe()/srcu_read_lock_fast_updown(), there being no such thing as srcu_read_lock_safe(). Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
This commit is contained in:
parent
5200f5f493
commit
e2f08cefcf
|
|
@ -397,7 +397,7 @@ static inline struct srcu_ctr __percpu *srcu_read_lock_fast_notrace(struct srcu_
|
|||
*
|
||||
* The same srcu_struct may be used concurrently by srcu_down_read_fast()
|
||||
* and srcu_read_lock_fast(). However, the same definition/initialization
|
||||
* requirements called out for srcu_read_lock_safe() apply.
|
||||
* requirements called out for srcu_read_lock_fast_updown() apply.
|
||||
*/
|
||||
static inline struct srcu_ctr __percpu *srcu_down_read_fast(struct srcu_struct *ssp) __acquires_shared(ssp)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user