tools: enable more checkpatch tests by default
authorKim Phillips <kim.phillips@freescale.com>
Thu, 28 Feb 2013 12:53:53 +0000 (12:53 +0000)
committerTom Rini <trini@ti.com>
Mon, 11 Mar 2013 21:00:28 +0000 (17:00 -0400)
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>
.checkpatch.conf

index 977db9edbbddcb202d02704854731e033794b744..38386b354dadd99596a4b3efcb9d97d24508412c 100644 (file)
@@ -12,3 +12,6 @@
 
 # For min/max
 --ignore MINMAX
+
+# enable more tests
+--strict