docs: submit-checklist: remove all of "make namespacecheck"
authorTiezhu Yang <yangtiezhu@loongson.cn>
Tue, 19 Dec 2023 12:50:01 +0000 (20:50 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 29 Dec 2023 20:22:27 +0000 (12:22 -0800)
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>
Documentation/translations/ja_JP/SubmitChecklist
Documentation/translations/zh_CN/process/submit-checklist.rst
Documentation/translations/zh_TW/process/submit-checklist.rst

index 4429447b096558f3d3519990d9804482dc1c4610..1759c6b452d60a788872ba51a80ecb5f28219dae 100644 (file)
@@ -56,8 +56,8 @@ Linux カーネルパッチ投稿者向けチェックリスト
 
  9: sparseを利用してちゃんとしたコードチェックをしてください。
 
-10: 'make checkstack' ã\81¨ 'make namespacecheck' ã\82\92å\88©ç\94¨ã\81\97ã\80\81å\95\8fé¡\8cã\81\8cç\99ºè¦\8bã\81\95ã\82\8cã\81\9fã\82\89
-    修正してください。'make checkstack' は明示的に問題を示しませんが、どれか
+10: 'make checkstack' ã\82\92å\88©ç\94¨ã\81\97ã\80\81å\95\8fé¡\8cã\81\8cç\99ºè¦\8bã\81\95ã\82\8cã\81\9fã\82\89修正ã\81\97ã\81¦ã\81\8fã\81 ã\81\95ã\81\84ã\80\82
+    'make checkstack' は明示的に問題を示しませんが、どれか
     1つの関数が512バイトより大きいスタックを使っていれば、修正すべき候補と
     なります。
 
index 3d6ee21c74ae07f1f19fc4e1f7b7e9f0bd5484c0..10536b74aeeccb7313edfcb107166ccc7d80e6ec 100644 (file)
@@ -53,8 +53,7 @@ Linux内核补丁提交检查单
 9) 通过 sparse 清查。
    (参见 Documentation/translations/zh_CN/dev-tools/sparse.rst )
 
-10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 并修复他们发现的任何
-    问题。
+10) 使用 ``make checkstack`` 并修复他们发现的任何问题。
 
     .. note::
 
index 942962d1e2f4c06db9878b56f3c0992b9cf12444..dda456a731475b869301391411f36a49b7cf8a24 100644 (file)
@@ -56,8 +56,7 @@ Linux內核補丁提交檢查單
 9) 通過 sparse 清查。
    (參見 Documentation/translations/zh_CN/dev-tools/sparse.rst )
 
-10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 並修復他們發現的任何
-    問題。
+10) 使用 ``make checkstack`` 並修復他們發現的任何問題。
 
     .. note::