(no commit message)
[ppastats.git] / scripts / check.sh
1 #!/bin/sh
2
3 find src -name \*.c -exec `dirname $0`/checkpatch.pl -q --no-tree  -emacs -f {} \;
4 find src -name \*.h -exec `dirname $0`/checkpatch.pl -q --no-tree  -emacs -f {} \;