491fa7301e06ee6693eaf2642ebdf235a68d2c06
[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 {} \;