From 274f4df3bf09a28a64970834650a1b1f8ad640a4 Mon Sep 17 00:00:00 2001 From: Yanteng Si Date: Mon, 22 Nov 2021 15:40:28 +0800 Subject: [PATCH] docs/zh_CN: move sparse into dev-tools ../zh_CN/saprse.txt is alone at here, let's move it to ../zh_CN/dev-tools/sparse.rst. Signed-off-by: Yanteng Si Reviewed-by: Alex Shi Link: https://lore.kernel.org/r/0f1182add7afe4e3b42398353a823d1b4dcf5147.1637565886.git.siyanteng@loongson.cn Signed-off-by: Jonathan Corbet --- Documentation/translations/zh_CN/dev-tools/index.rst | 2 +- .../translations/zh_CN/{sparse.txt => dev-tools/sparse.rst} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Documentation/translations/zh_CN/{sparse.txt => dev-tools/sparse.rst} (100%) diff --git a/Documentation/translations/zh_CN/dev-tools/index.rst b/Documentation/translations/zh_CN/dev-tools/index.rst index 0f770b8664e9a..77a8c44cdf49a 100644 --- a/Documentation/translations/zh_CN/dev-tools/index.rst +++ b/Documentation/translations/zh_CN/dev-tools/index.rst @@ -22,13 +22,13 @@ Documentation/translations/zh_CN/dev-tools/testing-overview.rst :maxdepth: 2 testing-overview + sparse gcov kasan Todolist: - coccinelle - - sparse - kcov - ubsan - kmemleak diff --git a/Documentation/translations/zh_CN/sparse.txt b/Documentation/translations/zh_CN/dev-tools/sparse.rst similarity index 100% rename from Documentation/translations/zh_CN/sparse.txt rename to Documentation/translations/zh_CN/dev-tools/sparse.rst -- 2.30.2