doc/RCU/listRCU: Update example function name
authorSeongJae Park <sjpark@amazon.de>
Mon, 6 Jan 2020 20:07:58 +0000 (21:07 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 27 Feb 2020 15:03:13 +0000 (07:03 -0800)
commit3282b0469248ab25b3f40b95e9a3d357c9d946d5
treeb6e9106dc75a05a93bdb6a41773c5be3757227c9
parentc50a871409dc664f2f89d11926d9a6b8ab7f5b07
doc/RCU/listRCU: Update example function name

listRCU.rst document gives an example with 'ipc_lock()', but the
function has dropped off by commit 82061c57ce93 ("ipc: drop
ipc_lock()").  Because the main logic of 'ipc_lock()' has melded in
'shm_lock()' by the commit, this commit updates the document to use
'shm_lock()' instead.

Reviewed-by: Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com>
Signed-off-by: SeongJae Park <sjpark@amazon.de>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/RCU/listRCU.rst