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/ja_JP: fix typos in submit-checklist.rst

Fix spelling errors in the Japanese translation:

- "Menu attibutes: default value" -> "Menu attributes: default value"
- "Documentaion/ABI/" -> "Documentation/ABI/"

No change in meaning intended.

Signed-off-by: Masaharu Noguchi <nogunix@gmail.com>
Acked-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260103-b4-practice-docs-typo-v1-1-d68ad6a22ab5@gmail.com>

authored by

Masaharu Noguchi and committed by
Jonathan Corbet
7f3f258d c7bba35e

+2 -2
+2 -2
Documentation/translations/ja_JP/process/submit-checklist.rst
··· 52 52 1) 新規の、もしくは変更された ``CONFIG`` オプションについて、それが関係する 53 53 コンフィグメニューへの悪影響がない。また、 54 54 Documentation/kbuild/kconfig-language.rst の 55 - "Menu attibutes: default value" に記載の例外条件を満たす場合を除き、 55 + "Menu attributes: default value" に記載の例外条件を満たす場合を除き、 56 56 そのデフォルトが無効になっている。 57 57 58 58 2) 新規の ``Kconfig`` オプションにヘルプテキストがある。 ··· 75 75 4) 新規モジュール・パラメータが、すべて ``MODULE_PARM_DESC()`` によって記述 76 76 されている。 77 77 78 - 5) 新規ユーザースペース・インターフェースが、すべて ``Documentaion/ABI/`` 78 + 5) 新規ユーザースペース・インターフェースが、すべて ``Documentation/ABI/`` 79 79 以下に記載されている。詳しくは、 Documentation/admin-guide/abi.rst 80 80 (もしくは ``Documentation/ABI/README``) を参照。 81 81 ユーザースペース・インターフェースを変更するパッチは、