diff options
author | Akira Yokosawa <[email protected]> | 2022-05-03 19:46:50 +0900 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2022-05-09 16:02:39 -0600 |
commit | 164f9fcb21cc9a144ca9ebcf85b00c49537f6be2 (patch) | |
tree | 85964b347214dc38716a4dee77bebd06f20e3a8c | |
parent | 039d5926c4028ec53c1e777349ac58588e69f7fb (diff) |
docs/ja_JP/SubmittingPatches: Suggest the use of scripts/get_maintainer.pl
Reflect changes made in commit e52d2e1f25f0
("Documentation/SubmittingPatches: suggested the use of
scripts/get_maintainer.pl").
Signed-off-by: Akira Yokosawa <[email protected]>
Cc: Tsugikazu Shibata <[email protected]>
Cc: Kosuke Fujimoto <[email protected]>
Cc: [email protected]
Cc: [email protected]
Acked-by: Tsugikazu Shibata <[email protected]>
Reviewed-by: Kosuke Fujimoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/translations/ja_JP/SubmittingPatches | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documentation/translations/ja_JP/SubmittingPatches index c986d925de51..230e62401c78 100644 --- a/Documentation/translations/ja_JP/SubmittingPatches +++ b/Documentation/translations/ja_JP/SubmittingPatches @@ -162,7 +162,8 @@ http://savannah.nongnu.org/projects/quilt MAINTAINERS ファイルとソースコードに目を通してください。そして、その変 更がメンテナのいる特定のサブシステムに加えられるものであることが分か -れば、その人に電子メールを送ってください。 +れば、その人に電子メールを送ってください。その際 +./scripts/get_maintainers.pl のスクリプトが有用です。 もし、メンテナが載っていなかったり、メンテナからの応答がないなら、 LKML ( [email protected] )へパッチを送ってください。ほとんど |