Menu

[d9c470]: / tools / checkpatch.sh  Maximize  Restore  History

Download this file

6 lines (4 with data), 109 Bytes

1
2
3
4
5
#!/bin/sh
#
since=${1:-HEAD^}
git format-patch -M --stdout $since | tools/scripts/checkpatch.pl - --no-tree
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.