| commit | 19d218a4b125a4dce12eb88097a9c55f7126ce8c | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@kernel.org> | Sat Mar 18 13:51:10 2023 -0700 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Sat Mar 18 13:51:10 2023 -0700 |
| tree | 18f4671c8c952634114b4912bad59cea8d77714c | |
| parent | df2d5fa3ac554be851aace0443393689dcce447a [diff] |
srcu: Remove extraneous parentheses from srcu_read_lock() etc. This commit removes extraneous parentheses from srcu_read_lock(), srcu_read_lock_nmisafe(), srcu_read_unlock(), and srcu_read_unlock_nmisafe(). Looks like someone was once a macro. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Cc: Christoph Hellwig <hch@lst.de>