rcu: Move docbook comments out of rcupdate.h
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 3 May 2017 15:34:57 +0000 (08:34 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 9 Jun 2017 01:52:27 +0000 (18:52 -0700)
commita68a2bb28bbf7a6dd4672a25bd87fd1b5db4fa7d
tree0b831581fcb1983d3f2921974086c6476b1ed49f
parentaaaad0bfac019bb7701f92ebc1b31b4f85e47b55
rcu: Move docbook comments out of rcupdate.h

The include/linux/rcupdate.h file is included by more than 200
files, so shrinking it should provide some build-time benefits.
This commit therefore moves several docbook comments from rcupdate.h to
kernel/rcu/update.c, kernel/rcu/tree.c, and kernel/rcu/tree_plugin.h, thus
reducing the number of times that the compiler has to scan these comments.
This likely provides only a small benefit, but every little bit helps.

This commit also fixes a malformed bulleted list noted by the 0day
Test Robot.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/rcupdate.h
kernel/rcu/tree.c
kernel/rcu/tree_plugin.h
kernel/rcu/update.c