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)
commit5d7801f20170a50252b791c2ce05fb982616665b
tree79a8dc89efcd7277214bb0e912e31be42bb3e3cb
parentcc8faf5b65997a994c77a0122b94240b82c95f23
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