summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-09-20 09:05:00 +0200
committerPaul Fagerburg <pfagerburg@chromium.org>2022-09-22 15:13:35 +0000
commit5ae84037fc8862ca9f8c40bc06783b68c3cca3b8 (patch)
treef0d875c84e8225625cefb6f8f82a694da1e11441
parent3c43301185780a0644928f7e97e65582f75c9d4d (diff)
downloadcoreboot-5ae84037fc8862ca9f8c40bc06783b68c3cca3b8.tar.gz
coreboot-5ae84037fc8862ca9f8c40bc06783b68c3cca3b8.tar.bz2
coreboot-5ae84037fc8862ca9f8c40bc06783b68c3cca3b8.zip
checkpatch.conf: Ignore check for pointer comparisons to NULL
Change-Id: I1e0c4470bf946285d6af3c8b2f143982bc335159 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67697 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
-rw-r--r--.checkpatch.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index dbb1aaa74442..8c6265cf72ac 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -4,6 +4,7 @@
# Ignore aspects we don't follow here.
--ignore C99_COMMENTS
--ignore GLOBAL_INITIALISERS
+--ignore COMPARISON_TO_NULL
--ignore INITIALISED_STATIC
--ignore LINE_SPACING
--ignore NEW_TYPEDEFS