Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
GIT_FORMAT_PATCH_SUBJECT="PATCH"
GIT_FORMAT_PATCH_OPTS="--histogram"
skip_compile=0
-CHECKPATCH_OPS="--strict"
+
+# Checkpatch options:
+# --no-summary suppress the per-file summary
+# --mailback only produce a report in case of warnings/errors
+# --showfile emit diffed file position, not input file position
+# --strict enable more subjective tests
+# --terse one line per report
+CHECKPATCH_OPS="--quiet --strict --terse --no-summary --mailback --showfile"
print_usage()
{