summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2013-02-28 12:53:53 +0000
committerTom Rini <trini@ti.com>2013-03-11 17:00:28 -0400
commite3e2d0095341407b939f6fef9da7c9ac29eff827 (patch)
tree4ac4ec1cc7d299b7ae2a095a27faeee64d43a99d
parent92668d68c1ccdbe41ace6cc3066e5d1e0113e719 (diff)
tools: enable more checkpatch tests by default
without this, patches don't get checked for proper alignment, and e.g., for spaces after a cast and/or before a semicolon. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
-rw-r--r--.checkpatch.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 977db9edbb..38386b354d 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -12,3 +12,6 @@
# For min/max
--ignore MINMAX
+
+# enable more tests
+--strict