From 4ae1267b4393cb49e2c4dfb4227df33fe52ab32a Mon Sep 17 00:00:00 2001 From: Imbus Date: Tue, 24 Feb 2026 13:59:04 +0100 Subject: [PATCH] Notes on checkpatch --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d244eb2..f81709b 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,7 @@ ### Insert & remove `sudo insmod demo_module.ko` `sudo rmmod demo_module.ko` + +### Style +Check for style with: +`${LINUX_PATH}/scripts/checkpatch.pl -f ./file.c`