aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTang Yizhou <[email protected]>2022-06-29 09:32:39 +0800
committerJonathan Corbet <[email protected]>2022-06-30 11:27:46 -0600
commitbf02fb07c79af46483bee539f12635d998963462 (patch)
treeb1feb04d199fa51e599952babb380c531062b2e5
parent5372de4e4545dead978c53d9c03b7aee12d0f94d (diff)
docs/zh_CN: Show the Chinese translation of spinlocks
Last time I forgot to edit locking/index.rst so the Chinese translation of spinlocks hasn't been shown on web yet. Signed-off-by: Tang Yizhou <[email protected]> Reviewed-by: Yanteng Si<[email protected]> Reviewed-by: Alex Shi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/translations/zh_CN/locking/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/locking/index.rst b/Documentation/translations/zh_CN/locking/index.rst
index 700df8a2bb70..76a8be9bf78b 100644
--- a/Documentation/translations/zh_CN/locking/index.rst
+++ b/Documentation/translations/zh_CN/locking/index.rst
@@ -14,6 +14,8 @@
.. toctree::
:maxdepth: 1
+ spinlocks
+
TODOList:
* locktypes
@@ -24,7 +26,6 @@ TODOList:
* rt-mutex-design
* rt-mutex
* seqlock
- * spinlocks
* ww-mutex-design
* preempt-locking
* pi-futex