sysctl: Merge adjacent CONFIG_TREE_RCU blocks
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 17 May 2022 15:07:31 +0000 (17:07 +0200)
committerLuis Chamberlain <mcgrof@kernel.org>
Mon, 8 Aug 2022 16:01:36 +0000 (09:01 -0700)
commit7251ceb51af972603552fcea2db316ed2b9d95ba
treea4dd7420aa4693e171054cb0719b81e63409519b
parent4e23eeebb2e57f5a28b36221aa776b5a1122dde5
sysctl: Merge adjacent CONFIG_TREE_RCU blocks

There are two adjacent sysctl entries protected by the same
CONFIG_TREE_RCU config symbol.  Merge them into a single block to
improve readability.

Use the more common "#ifdef" form while at it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/sysctl.c