Procházet zdrojové kódy

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>
Kim Phillips před 11 roky
rodič
revize
e3e2d00953
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      .checkpatch.conf

+ 3 - 0
.checkpatch.conf

@@ -12,3 +12,6 @@
 
 # For min/max
 --ignore MINMAX
+
+# enable more tests
+--strict