Searched hist:"7251 ceb51af972603552fcea2db316ed2b9d95ba" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/ |
H A D | sysctl.c | diff 7251ceb51af972603552fcea2db316ed2b9d95ba Tue May 17 10:07:31 CDT 2022 Geert Uytterhoeven <geert+renesas@glider.be> 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>
|