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>
This commit is contained in:
Masaharu Noguchi 2026-01-03 14:42:39 +09:00 committed by Jonathan Corbet
parent c7bba35efa
commit 7f3f258daf

View file

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