Notes on checkpatch

This commit is contained in:
Imbus 2026-02-24 13:59:04 +01:00
parent 8d5f6aab17
commit 4ae1267b43

View file

@ -12,3 +12,7 @@
### Insert & remove ### Insert & remove
`sudo insmod demo_module.ko` `sudo insmod demo_module.ko`
`sudo rmmod demo_module.ko` `sudo rmmod demo_module.ko`
### Style
Check for style with:
`${LINUX_PATH}/scripts/checkpatch.pl -f ./file.c`