* [PATCH] docs/ja_JP: fix typos in submit-checklist.rst
@ 2026-01-03 5:42 Masaharu Noguchi
2026-01-03 8:45 ` Akira Yokosawa
2026-01-06 21:35 ` Jonathan Corbet
0 siblings, 2 replies; 3+ messages in thread
From: Masaharu Noguchi @ 2026-01-03 5:42 UTC (permalink / raw)
To: Akira Yokosawa, Jonathan Corbet; +Cc: linux-doc, linux-kernel, Masaharu Noguchi
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>
---
Documentation/translations/ja_JP/process/submit-checklist.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/translations/ja_JP/process/submit-checklist.rst b/Documentation/translations/ja_JP/process/submit-checklist.rst
index fb3b9e3bd8eea318bdb9985238a9be66ebafac26..c118b853c44ad525a90b486e26a12347b398897c 100644
--- a/Documentation/translations/ja_JP/process/submit-checklist.rst
+++ b/Documentation/translations/ja_JP/process/submit-checklist.rst
@@ -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``) を参照。
ユーザースペース・インターフェースを変更するパッチは、
---
base-commit: 805f9a061372164d43ddef771d7cd63e3ba6d845
change-id: 20260103-b4-practice-docs-typo-eab9f424b792
Best regards,
--
Masaharu Noguchi <nogunix@gmail.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs/ja_JP: fix typos in submit-checklist.rst
2026-01-03 5:42 [PATCH] docs/ja_JP: fix typos in submit-checklist.rst Masaharu Noguchi
@ 2026-01-03 8:45 ` Akira Yokosawa
2026-01-06 21:35 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Akira Yokosawa @ 2026-01-03 8:45 UTC (permalink / raw)
To: Masaharu Noguchi, Jonathan Corbet; +Cc: linux-doc, linux-kernel, Akira Yokosawa
On Sat, 03 Jan 2026 14:42:39 +0900, Masaharu Noguchi wrote:
> 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>
> ---
> Documentation/translations/ja_JP/process/submit-checklist.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/translations/ja_JP/process/submit-checklist.rst b/Documentation/translations/ja_JP/process/submit-checklist.rst
> index fb3b9e3bd8eea318bdb9985238a9be66ebafac26..c118b853c44ad525a90b486e26a12347b398897c 100644
> --- a/Documentation/translations/ja_JP/process/submit-checklist.rst
> +++ b/Documentation/translations/ja_JP/process/submit-checklist.rst
> @@ -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``) を参照。
> ユーザースペース・インターフェースを変更するパッチは、
>
Nice catches! Thank you.
Acked-by: Akira Yokosawa <akiyks@gmail.com>
> ---
> base-commit: 805f9a061372164d43ddef771d7cd63e3ba6d845
> change-id: 20260103-b4-practice-docs-typo-eab9f424b792
>
> Best regards,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs/ja_JP: fix typos in submit-checklist.rst
2026-01-03 5:42 [PATCH] docs/ja_JP: fix typos in submit-checklist.rst Masaharu Noguchi
2026-01-03 8:45 ` Akira Yokosawa
@ 2026-01-06 21:35 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2026-01-06 21:35 UTC (permalink / raw)
To: Masaharu Noguchi, Akira Yokosawa
Cc: linux-doc, linux-kernel, Masaharu Noguchi
Masaharu Noguchi <nogunix@gmail.com> writes:
> 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>
> ---
> Documentation/translations/ja_JP/process/submit-checklist.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-06 21:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-03 5:42 [PATCH] docs/ja_JP: fix typos in submit-checklist.rst Masaharu Noguchi
2026-01-03 8:45 ` Akira Yokosawa
2026-01-06 21:35 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®