diff options
| author | Huang Shijie <[email protected]> | 2020-08-13 06:02:20 +0000 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2020-08-13 20:47:38 +0000 |
| commit | 1edcd4675e44dc0e6e3b34e8e29000d8a05f998c (patch) | |
| tree | 7e1d19c4296d38a9d8119f43688cfb9f85914550 | |
| parent | doc/zh_CN: resolve undefined label warning in admin-guide index (diff) | |
| download | kernel-1edcd4675e44dc0e6e3b34e8e29000d8a05f998c.tar.gz kernel-1edcd4675e44dc0e6e3b34e8e29000d8a05f998c.zip | |
Documentation/locking/locktypes: fix the typo
We have three categories locks, not two.
Signed-off-by: Huang Shijie <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
| -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 |
