From bf02fb07c79af46483bee539f12635d998963462 Mon Sep 17 00:00:00 2001 From: Tang Yizhou Date: Wed, 29 Jun 2022 09:32:39 +0800 Subject: [PATCH] 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 Reviewed-by: Yanteng Si Reviewed-by: Alex Shi Link: https://lore.kernel.org/r/20220629013240.65386-2-yizhou.tang@shopee.com Signed-off-by: Jonathan Corbet --- Documentation/translations/zh_CN/locking/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/translations/zh_CN/locking/index.rst b/Documentation/translations/zh_CN/locking/index.rst index 700df8a..76a8be9 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 -- 2.7.4