summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Shijie <sjhuang@iluvatar.ai>2020-08-13 08:02:20 +0200
committerIngo Molnar <mingo@kernel.org>2020-08-13 20:59:06 +0200
commitcb75c95c5262328bd4da3dd334f6826a3a34a979 (patch)
tree5ea434ac61ae8ef1ab9228f2d16366c9ee72c075
parentMerge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... (diff)
downloadlinux-cb75c95c5262328bd4da3dd334f6826a3a34a979.tar.xz
linux-cb75c95c5262328bd4da3dd334f6826a3a34a979.zip
Documentation/locking/locktypes: Fix a typo
We have three categories locks, not two. Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai> Signed-off-by: Ingo Molnar <mingo@kernel.org> Acked-by: Will Deacon <will@kernel.org> Link: https://lore.kernel.org/r/20200813060220.18199-1-sjhuang@iluvatar.ai
-rw-r--r--Documentation/locking/locktypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/locking/locktypes.rst b/Documentation/locking/locktypes.rst
index 1b577a8bf982..4cefed8048ca 100644
--- a/Documentation/locking/locktypes.rst
+++ b/Documentation/locking/locktypes.rst
@@ -10,7 +10,7 @@ Introduction
============
The kernel provides a variety of locking primitives which can be divided
-into two categories:
+into three categories:
- Sleeping locks
- CPU local locks