rcu-tasks: Fix code-style issues
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 9 Jun 2020 16:24:51 +0000 (09:24 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:00:22 +0000 (12:00 -0700)
commit30d8aa5128f12c9d781b67c9694c1abfa4f6ce6a
treed214868ace5d5319e2aeb5ce51be2a6aa531cdff
parent8344496e8b49c4122c1808d6cd3f8dc71bccb595
rcu-tasks: Fix code-style issues

This commit declares trc_n_readers_need_end and trc_wait static and
replaced a "&" with "&&".  The "&" happened to work because the values
are bool, but accidents waiting to happen and all that...

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tasks.h