ref: 2d0fd7115994b1e4d6fb074a7c6d2053b0d1c9bf
parent: b2c1f6122eb5ed5a9070c8cf0450f0cf826f6edd
author: Quint Guvernator <quint@guvernator.net>
date: Tue Jun 4 11:22:45 EDT 2019
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``.