]> git.baikalelectronics.ru Git - kernel.git/commit
rcutorture: Expand rcu_torture_write_types() first "if" statement
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 23 Aug 2022 19:11:12 +0000 (12:11 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 31 Aug 2022 12:09:22 +0000 (05:09 -0700)
commitb202e9cc4dbd3ab951abb69453b476ceabb0e6a9
tree79a8dc89efcd7277214bb0e912e31be42bb3e3cb
parent98ca3ada694850c1eb92619e0837261b09cfd878
rcutorture: Expand rcu_torture_write_types() first "if" statement

This commit expands the rcu_torture_write_types() function's first "if"
condition and body, placing one element per line, in order to make the
compiler's error messages more helpful.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c