]> git.sur5r.net Git - openocd/blob - tools/checkpatch.sh
jtag/drivers/cmsis-dap: fix connect in cmsis_dap_swd_switch_seq()
[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