summaryrefslogtreecommitdiff
path: root/Documentation/translations/zh_TW
diff options
context:
space:
mode:
authorTiezhu Yang <yangtiezhu@loongson.cn>2023-12-19 15:50:01 +0300
committerAndrew Morton <akpm@linux-foundation.org>2023-12-29 23:22:27 +0300
commit50bc98323c0f1ffa3bf0c2d80b8842117009ccf5 (patch)
tree54e62c1e131f9ed1fab419d7d51a0e0e71a9e7fb /Documentation/translations/zh_TW
parent712afc7c410efd3ffd8cad5d25a0fcb20f320ba3 (diff)
downloadlinux-50bc98323c0f1ffa3bf0c2d80b8842117009ccf5.tar.xz
docs: submit-checklist: remove all of "make namespacecheck"
After commit 7dfbea4c468c ("scripts: remove namespace.pl"), scripts/namespace.pl has been removed from the kernel, and "make namespacecheck" has been removed from the English version of submit-checklist.rst, so also remove it in the related translations. Link: https://lkml.kernel.org/r/20231219125008.23007-6-yangtiezhu@loongson.cn Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'Documentation/translations/zh_TW')
-rw-r--r--Documentation/translations/zh_TW/process/submit-checklist.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/translations/zh_TW/process/submit-checklist.rst b/Documentation/translations/zh_TW/process/submit-checklist.rst
index 942962d1e2f4..dda456a73147 100644
--- a/Documentation/translations/zh_TW/process/submit-checklist.rst
+++ b/Documentation/translations/zh_TW/process/submit-checklist.rst
@@ -56,8 +56,7 @@ Linux內核補丁提交檢查單
9) 通過 sparse 清查。
(參見 Documentation/translations/zh_CN/dev-tools/sparse.rst )
-10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 並修復他們發現的任何
- 問題。
+10) 使用 ``make checkstack`` 並修復他們發現的任何問題。
.. note::