Merge pull request #426 from rca/patch-1

Update kernel "SubmittingPatches" link
This commit is contained in:
Kyle Manna
2018-10-09 22:40:10 -07:00
committed by GitHub

View File

@ -29,7 +29,7 @@ The style of the repo follows that of the Linux kernel, in particular:
* More details in the body
* Match surrounding coding style (line wrapping, spaces, etc)
More details in the [SubmittingPatches](https://www.kernel.org/doc/Documentation/SubmittingPatches) document included with the Linux kernel. In particular the following sections:
More details in the [SubmittingPatches](https://www.kernel.org/doc/html/latest/process/submitting-patches.html) document included with the Linux kernel. In particular the following sections:
* `2) Describe your changes`
* `3) Separate your changes`