ref: 12ed9e044adbb902fae4dc3e83775b74ebf8d94f
parent: f29d768989cf23a2f77a3f6e018863c5e0b8ace0
parent: 2d0fd7115994b1e4d6fb074a7c6d2053b0d1c9bf
author: Antonio Niño Díaz <antonio_nd@outlook.com>
date: Wed Jun 5 19:10:43 EDT 2019
Merge pull request #353 from qguv/checkpatch-path-override Clarify how to override checkpatch.pl path
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -88,7 +88,7 @@
code. By default, the Makefile expects the script (and associate files) to be
located in ``../linux/scripts/``, but you can place them anywhere you like as
long as you specify it when executing the command:
- ``CHECKPATCH=../path/to/folder make checkpatch``.
+ ``make checkpatch CHECKPATCH=../path/to/folder``.
8. Create a pull request against the branch ``master``.