Commit e3e2d0095341407b939f6fef9da7c9ac29eff827

Authored by Kim Phillips
Committed by Tom Rini
1 parent 92668d68c1

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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -12,4 +12,7 @@
12 12  
13 13 # For min/max
14 14 --ignore MINMAX
  15 +
  16 +# enable more tests
  17 +--strict