Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

johanmalm/checkpatch.pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This projects has migrated to the scripts folder of https://github.com/labwc/labwc

Quick hack on the linux kernel checkpatch.pl to lint C files written according to Drew Devault's cstyle

Usage

./checkpatch.pl --no-tree --terse --strict --file <file>

To batch-process, try something like:

find src/ -name "*.c" -type f -exec checkpatch.pl --no-tree --terse --strict --file {} \;
for f in ./*.c
do
	checkpatch.pl --no-tree --terse --stric --file "${f}"
done

About

checkpatch.pl mod for https://git.sr.ht/~sircmpwn/cstyle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages