rcu: Fix typo in force_qs_rnp()'s parameter's parameter
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 6 Jul 2018 00:55:14 +0000 (17:55 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 30 Aug 2018 23:03:23 +0000 (16:03 -0700)
commit8ff0b90780910821a53c70d5e68d28382f2a1a07
tree9fac4d9fbdd2d642b284a9aa8afdc097abe9920e
parenteb7a6653887b540a81d1b91ee0fc68b604da9386
rcu: Fix typo in force_qs_rnp()'s parameter's parameter

Pointers to rcu_data structures should be named rdp, not rsp.  This
commit therefore makes this change.

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