mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Change-Id: I9419138dd2972304daf215594ca917ac8eb7fcda Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
|
|
git format-patch -M --stdout HEAD^ | tools/scripts/checkpatch.pl - --no-tree
|