rcuperf: Fix perf_type module-parameter description
authorXiao Yang <ice_yangxiao@163.com>
Fri, 31 May 2019 15:15:45 +0000 (23:15 +0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Thu, 1 Aug 2019 21:30:22 +0000 (14:30 -0700)
commitb3f3886c59f649ace424d132bd8c06e3611c71a8
tree4fa1abc0b978dabba5c4361c88727fc3f71c087e
parent609488bc979f99f805f34e9a32c1e3b71179d10b
rcuperf: Fix perf_type module-parameter description

The rcu_bh rcuperf type was removed by commit 620d246065cd("rcuperf:
Remove the "rcu_bh" and "sched" torture types"), but it lives on in the
MODULE_PARM_DESC() of perf_type.  This commit therefore changes that
module-parameter description to substitute srcu for rcu_bh.

Signed-off-by: Xiao Yang <ice_yangxiao@163.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/rcuperf.c