diff options
author | Tang Yizhou <yizhou.tang@shopee.com> | 2022-06-29 09:32:39 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-06-30 11:27:46 -0600 |
commit | bf02fb07c79af46483bee539f12635d998963462 (patch) | |
tree | b1feb04d199fa51e599952babb380c531062b2e5 /Documentation/translations | |
parent | 5372de4e4545dead978c53d9c03b7aee12d0f94d (diff) | |
download | linux-bf02fb07c79af46483bee539f12635d998963462.tar.bz2 |
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 <yizhou.tang@shopee.com>
Reviewed-by: Yanteng Si<siyanteng@loongson.cn>
Reviewed-by: Alex Shi <alexs@kernel.org>
Link: https://lore.kernel.org/r/20220629013240.65386-2-yizhou.tang@shopee.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/locking/index.rst | 3 |
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 |