Commit 4bfdebd6 authored by SeongJae Park's avatar SeongJae Park Committed by Jonathan Corbet

docs/locking: Fix outdated section names

Commit 2e4f5382 ("locking/doc: Rename LOCK/UNLOCK to
ACQUIRE/RELEASE") has not appied to 'spinlock.rst'.  This commit updates
the doc for the change.
Signed-off-by: default avatarSeongJae Park <sjpark@amazon.com>
Link: https://lore.kernel.org/r/20200131205237.29535-2-sj38.park@gmail.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 77ce1a47
......@@ -25,9 +25,9 @@ worry about UP vs SMP issues: the spinlocks work correctly under both.
Documentation/memory-barriers.txt
(5) LOCK operations.
(5) ACQUIRE operations.
(6) UNLOCK operations.
(6) RELEASE operations.
The above is usually pretty simple (you usually need and want only one
spinlock for most things - using more than one spinlock can make things a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment