Update 20180821 A checklist for submitting your first Linux kernel patch.md

typo
This commit is contained in:
DarkSun 2018-08-23 14:41:24 +08:00 committed by GitHub
parent 42756c6eed
commit 716e9edd71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ mutt -H /tmp/0001-<whatever your filename is>
```
To know the list of maintainers to whom to send the patch, use the [get_maintainer.pl script][14].
To know the list of maintainers to whom to send the patch, use the [get_maintainer.pl script][11].
### What to know before submitting your first patch
@ -141,10 +141,6 @@ _09:00 am would be alright._
* The [Eudyptula challenge][10] is a great way to learn kernel basics.
To know the list of maintainers to whom to send the patch, use the [get_maintainer.pl script][11]
To learn more, read the [KernelNewbies First Kernel Patch tutorial][1]. After that, if you still have any questions, ask on the [kernelnewbies mailing list][12] or in the [#kernelnewbies IRC channel][13].
--------------------------------------------------------------------------------
@ -172,4 +168,3 @@ via: https://opensource.com/article/18/8/first-linux-kernel-patch
[11]:https://github.com/torvalds/linux/blob/master/scripts/get_maintainer.pl
[12]:https://kernelnewbies.org/MailingList
[13]:https://kernelnewbies.org/IRC
[14]: https://github.com/torvalds/linux/blob/master/scripts/get_maintainer.pl