浏览代码

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 11 年之前
父节点
当前提交
e3e2d00953
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .checkpatch.conf

+ 3 - 0
.checkpatch.conf

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