| commit | cb2d297b305225704e58759373684f365ae103d4 | [log] [tgz] |
|---|---|---|
| author | Tobias Klauser <tklauser@distanz.ch> | Thu Jul 09 15:05:59 2020 +0200 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Thu Jul 09 10:02:42 2020 -0700 |
| tree | bcb09cf3252a070677431948d3a2abb1dfdb0888 | |
| parent | b4668579aab5ba3b06ca31794534e13317fd68f5 [diff] |
rcu: Fix kerneldoc comments in rcuupdate.h This commit fixes the kerneldoc comments for rcu_read_unlock_bh(), rcu_read_unlock_sched() and rcu_head_after_call_rcu() so they e.g. get properly linked in the API documentation. Also add parenthesis after function names to match the notation used in other kerneldoc comments in the same file. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>