From: Kim Phillips <kim.phillips@freescale.com>
Date: Thu, 28 Feb 2013 12:53:53 +0000 (+0000)
Subject: tools: enable more checkpatch tests by default
X-Git-Tag: v2025.01-rc5-pxa1908~16396
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/gitweb.css?a=commitdiff_plain;h=e3e2d0095341407b939f6fef9da7c9ac29eff827;p=u-boot.git

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 977db9edbb..38386b354d 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -12,3 +12,6 @@
 
 # For min/max
 --ignore MINMAX
+
+# enable more tests
+--strict