rtos: Rewrite rtos_qsymbol() and fix auto-detect false positive
[fw/openocd] / tools / checkpatch.sh
1 #!/bin/sh
2 #
3
4 since=${1:-HEAD^}
5 git format-patch -M --stdout $since | tools/scripts/checkpatch.pl - --no-tree