| commit | fe63d10cb7ec03203edf8eb3da9833bbc5e5eddd | [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:19:33 2020 -0700 |
| tree | 5feb1c4caadb5fdaca33bc507ac8808b30123419 | |
| parent | 52eb408e250a8d444d10e9eb5934ea49dd9b334f [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>