diff options
-rw-r--r-- | Documentation/SubmittingPatches | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 4468ce24427c..c379a2a6949f 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches | |||
@@ -150,7 +150,8 @@ be able to justify all violations that remain in your patch. | |||
150 | 150 | ||
151 | Look through the MAINTAINERS file and the source code, and determine | 151 | Look through the MAINTAINERS file and the source code, and determine |
152 | if your change applies to a specific subsystem of the kernel, with | 152 | if your change applies to a specific subsystem of the kernel, with |
153 | an assigned maintainer. If so, e-mail that person. | 153 | an assigned maintainer. If so, e-mail that person. The script |
154 | scripts/get_maintainer.pl can be very useful at this step. | ||
154 | 155 | ||
155 | If no maintainer is listed, or the maintainer does not respond, send | 156 | If no maintainer is listed, or the maintainer does not respond, send |
156 | your patch to the primary Linux kernel developer's mailing list, | 157 | your patch to the primary Linux kernel developer's mailing list, |