diff options
author | Akira Yokosawa <akiyks@gmail.com> | 2022-08-19 00:34:40 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-08-19 15:54:08 +0200 |
commit | 04d4ca41809052f6088860fe150dac679e6453d0 (patch) | |
tree | 9f0474b4c81d9c4e399517388c2f5f34324464dd /Documentation | |
parent | docs: kerneldoc-preamble: Test xeCJK.sty before loading (diff) | |
download | linux-04d4ca41809052f6088860fe150dac679e6453d0.tar.xz linux-04d4ca41809052f6088860fe150dac679e6453d0.zip |
docs/ja_JP/SubmittingPatches: Remove reference to submitting-drivers.rst
Reflect changes made in commit 9db370de2780 ("docs: process: remove
outdated submitting-drivers.rst")
Reported-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Fixes: 9db370de2780 ("docs: process: remove outdated submitting-drivers.rst")
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org>
Link: https://lore.kernel.org/r/20220818223440.13530-1-akiyks@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/translations/ja_JP/SubmittingPatches | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documentation/translations/ja_JP/SubmittingPatches index 66ce0d8b0526..04deb77b20c6 100644 --- a/Documentation/translations/ja_JP/SubmittingPatches +++ b/Documentation/translations/ja_JP/SubmittingPatches @@ -35,8 +35,7 @@ Linux カーネルに変更を加えたいと思っている個人又は会社 てもらえやすくする提案を集めたものです。 コードを投稿する前に、Documentation/process/submit-checklist.rst の項目リストに目 -を通してチェックしてください。もしあなたがドライバーを投稿しようとし -ているなら、Documentation/process/submitting-drivers.rst にも目を通してください。 +を通してチェックしてください。 -------------------------------------------- セクション1 パッチの作り方と送り方 |