Clarify how to override checkpatch.pl path

This commit is contained in:
Quint Guvernator
2019-06-04 15:22:45 +02:00
parent b2c1f6122e
commit 2d0fd71159

View File

@@ -88,7 +88,7 @@ copyright and the reference to the MIT License.
code. By default, the Makefile expects the script (and associate files) to be 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 located in ``../linux/scripts/``, but you can place them anywhere you like as
long as you specify it when executing the command: 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``. 8. Create a pull request against the branch ``master``.