[BL training-materials-updates] Add packages that are needed for checkpatch.pl

Michael Opdenacker michael.opdenacker at bootlin.com
Sat Nov 24 18:55:05 CET 2018


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=686121f39285ab2de4a40561e3cd3562ffb52b27

>---------------------------------------------------------------

commit 686121f39285ab2de4a40561e3cd3562ffb52b27
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Sat Nov 24 18:55:05 2018 +0100

    Add packages that are needed for checkpatch.pl
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

686121f39285ab2de4a40561e3cd3562ffb52b27
 labs/kernel-module-simple/kernel-module-simple.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/labs/kernel-module-simple/kernel-module-simple.tex b/labs/kernel-module-simple/kernel-module-simple.tex
index a729ea8..a8117cf 100644
--- a/labs/kernel-module-simple/kernel-module-simple.tex
+++ b/labs/kernel-module-simple/kernel-module-simple.tex
@@ -83,7 +83,9 @@ number of contributors, reading kernel code would be very unpleasant.
 Fortunately, the Linux kernel community provides you with a utility to
 find coding standards violations.
 
-Run the \code{scripts/checkpatch.pl -h} command in the kernel sources,
+First install the \code{python-ply} and \code{python-git} packages.
+
+Then run the \code{scripts/checkpatch.pl -h} command in the kernel sources,
 to find which options are available.  Now, run:
 
 \begin{verbatim}




More information about the training-materials-updates mailing list