Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Tiezhu Yang and committed by
Andrew Morton
50bc9832 712afc7c

+4 -6
+2 -2
Documentation/translations/ja_JP/SubmitChecklist
··· 56 56 57 57 9: sparseを利用してちゃんとしたコードチェックをしてください。 58 58 59 - 10: 'make checkstack' と 'make namespacecheck' を利用し、問題が発見されたら 60 - 修正してください。'make checkstack' は明示的に問題を示しませんが、どれか 59 + 10: 'make checkstack' を利用し、問題が発見されたら修正してください。 60 + 'make checkstack' は明示的に問題を示しませんが、どれか 61 61 1つの関数が512バイトより大きいスタックを使っていれば、修正すべき候補と 62 62 なります。 63 63
+1 -2
Documentation/translations/zh_CN/process/submit-checklist.rst
··· 53 53 9) 通过 sparse 清查。 54 54 (参见 Documentation/translations/zh_CN/dev-tools/sparse.rst ) 55 55 56 - 10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 并修复他们发现的任何 57 - 问题。 56 + 10) 使用 ``make checkstack`` 并修复他们发现的任何问题。 58 57 59 58 .. note:: 60 59
+1 -2
Documentation/translations/zh_TW/process/submit-checklist.rst
··· 56 56 9) 通過 sparse 清查。 57 57 (參見 Documentation/translations/zh_CN/dev-tools/sparse.rst ) 58 58 59 - 10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 並修復他們發現的任何 60 - 問題。 59 + 10) 使用 ``make checkstack`` 並修復他們發現的任何問題。 61 60 62 61 .. note:: 63 62