Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs/locking: Fix outdated section names

Commit 2e4f5382d12a ("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: SeongJae Park <sjpark@amazon.com>
Link: https://lore.kernel.org/r/20200131205237.29535-2-sj38.park@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

SeongJae Park and committed by
Jonathan Corbet
4bfdebd6 77ce1a47

+2 -2
+2 -2
Documentation/locking/spinlocks.rst
··· 25 25 26 26 Documentation/memory-barriers.txt 27 27 28 - (5) LOCK operations. 28 + (5) ACQUIRE operations. 29 29 30 - (6) UNLOCK operations. 30 + (6) RELEASE operations. 31 31 32 32 The above is usually pretty simple (you usually need and want only one 33 33 spinlock for most things - using more than one spinlock can make things a