rcu: Fix an obsolete ->qsmaskinit comment
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 2 May 2018 20:51:57 +0000 (13:51 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 12 Jul 2018 22:38:58 +0000 (15:38 -0700)
commitc50cbe535c972150c2caf923239ef77e85c5ad60
tree126eaeb53fb463f65594e01236090bac106ab2e8
parent962aff03c315b508d980422db5b49b49e4382119
rcu: Fix an obsolete ->qsmaskinit comment

Back in the old days, when grace-period initialization blocked CPU
hotplug, the ->qsmaskinit mask was indeed updated at the time that
a given CPU went offline.  However, with the deferral of these updates
until the beginning of the next grace period in commit 0aa04b055e71
("rcu: Process offlining and onlining only at grace-period start"),
it is instead ->qsmaskinitnext that gets updated at that time.

This commit therefore updates the obsolete comment.  It also fixes
punctuation while on the topic of comments mentioning ->qsmaskinit.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c