diff options
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 6c456835c1fd..5c555a8b39e5 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches | |||
@@ -187,8 +187,9 @@ Even if the maintainer did not respond in step #4, make sure to ALWAYS | |||
187 | copy the maintainer when you change their code. | 187 | copy the maintainer when you change their code. |
188 | 188 | ||
189 | For small patches you may want to CC the Trivial Patch Monkey | 189 | For small patches you may want to CC the Trivial Patch Monkey |
190 | trivial@kernel.org managed by Jesper Juhl; which collects "trivial" | 190 | trivial@kernel.org which collects "trivial" patches. Have a look |
191 | patches. Trivial patches must qualify for one of the following rules: | 191 | into the MAINTAINERS file for its current manager. |
192 | Trivial patches must qualify for one of the following rules: | ||
192 | Spelling fixes in documentation | 193 | Spelling fixes in documentation |
193 | Spelling fixes which could break grep(1) | 194 | Spelling fixes which could break grep(1) |
194 | Warning fixes (cluttering with useless warnings is bad) | 195 | Warning fixes (cluttering with useless warnings is bad) |
@@ -200,7 +201,6 @@ patches. Trivial patches must qualify for one of the following rules: | |||
200 | since people copy, as long as it's trivial) | 201 | since people copy, as long as it's trivial) |
201 | Any fix by the author/maintainer of the file (ie. patch monkey | 202 | Any fix by the author/maintainer of the file (ie. patch monkey |
202 | in re-transmission mode) | 203 | in re-transmission mode) |
203 | URL: <http://www.kernel.org/pub/linux/kernel/people/juhl/trivial/> | ||
204 | 204 | ||
205 | 205 | ||
206 | 206 | ||