commit | 6997bf88008afe63241a5bf78c1a274ee35472e8 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Thu Feb 28 12:53:53 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Mar 11 17:00:28 2013 -0400 |
tree | 4ac4ec1cc7d299b7ae2a095a27faeee64d43a99d | |
parent | 53601426909701546707a197707289db8a1a4fe1 [diff] [blame] |
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>
diff --git a/.checkpatch.conf b/.checkpatch.conf index 977db9e..38386b3 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf
@@ -12,3 +12,6 @@ # For min/max --ignore MINMAX + +# enable more tests +--strict