summaryrefslogtreecommitdiff
path: root/util/lint
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-08-19 11:54:57 +0200
committerNico Huber <nico.h@gmx.de>2018-08-20 15:21:50 +0000
commitbfae9a861acda28ef096ffc9f0162c9c65671fb3 (patch)
tree6310f8ccc5eca480941604d6899ce255d502df0c /util/lint
parent64efbe20bf31c86b25b1317961a0e9de738215d0 (diff)
downloadcoreboot-bfae9a861acda28ef096ffc9f0162c9c65671fb3.tar.xz
util/lint: Exclude util/superiotool from checkpatch
`superiotool` follows its own style (e.g. lot's of missing spaces and odd placement of braces in the register descriptions). Change-Id: Ifa33938a0fbac10577cbda10537f856f6f100233 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/28214 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/lint')
-rwxr-xr-xutil/lint/lint-007-checkpatch1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch
index 34b933164c..abc63f12d2 100755
--- a/util/lint/lint-007-checkpatch
+++ b/util/lint/lint-007-checkpatch
@@ -23,6 +23,7 @@ EXCLUDED_DIRS="^payloads/libpayload/util/kconfig\|\
^payloads/libpayload/curses/PDCurses\|\
^util/crossgcc/patches\|\
^util/kconfig\|\
+^util/superiotool\|\
^src/vendorcode\|\
^Documentation"