From 5ae84037fc8862ca9f8c40bc06783b68c3cca3b8 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Tue, 20 Sep 2022 09:05:00 +0200 Subject: [PATCH] checkpatch.conf: Ignore check for pointer comparisons to NULL Change-Id: I1e0c4470bf946285d6af3c8b2f143982bc335159 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/67697 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index dbb1aaa744..8c6265cf72 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