summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2017-03-23 17:23:54 +0200
committerKostya Porotchkin <kostap@marvell.com>2017-03-23 18:31:53 +0200
commit63017c781538feebc631eadb40754c91074200f2 (patch)
treef49e354662668c4c7321defa08e7f615ca4dce32 /.checkpatch.conf
parent7fefa7703bb1403cfa8cb5f0513bcdead9774c00 (diff)
scripts: Add checkpatch script and change check defaults
Please do not push this patch to the mainline, it is intended to be used with Marvell CI only. Add checkpatch.pl script to the source tree and modify the checkpatch settings provided by the mainline (checkpatch.conf) The mainline configuration is created for unmodified checkpatch from latest kernel sources. It includes option --showfile which is not supported by the regular u-boot/ATF checkpatch script. Change-Id: Id36a49b7844e08751214b55db602b31621ef0b3c Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/37920 Reviewed-by: Haim Boot <hayim@marvell.com>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index c8a6084b..113117c3 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -49,7 +49,7 @@
#
# With this option, it becomes:
# drivers/arm/gic/arm_gic.c:160:
---showfile
+# --showfile
#
# Ignore the following message types, as they don't necessarily make sense in