aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Shijie <sjhuang@iluvatar.ai>2020-08-13 14:02:20 +0800
committerIngo Molnar <mingo@kernel.org>2020-08-13 20:59:06 +0200
commitcb75c95c5262328bd4da3dd334f6826a3a34a979 (patch)
tree5ea434ac61ae8ef1ab9228f2d16366c9ee72c075
parentdc06fe51d26efc100ac74121607c01a454867c91 (diff)
downloadlinux-cb75c95c5262328bd4da3dd334f6826a3a34a979.tar.gz
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 1b577a8bf98295..4cefed8048ca42 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