diff options
author | Huang Shijie <sjhuang@iluvatar.ai> | 2020-08-13 08:02:20 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-08-13 20:59:06 +0200 |
commit | cb75c95c5262328bd4da3dd334f6826a3a34a979 (patch) | |
tree | 5ea434ac61ae8ef1ab9228f2d16366c9ee72c075 | |
parent | Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... (diff) | |
download | linux-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.rst | 2 |
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 |