summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-01-28 13:46:09 +0100
committerAlejandro Colomar <alx@kernel.org>2024-01-28 14:07:21 +0100
commitc34c4042e68f48526ae29f7866a507f09312b53a (patch)
treed602fc034e295125119d9e2cd35b0ba91c5d75f1
parent73f2690a256834f5a2e3f4b46f1d8ec53cd04899 (diff)
downloadliba2i-c34c4042e68f48526ae29f7866a507f09312b53a.tar.gz
etc/checkpatch/checkpatch.conf: Ignore COMPLEX_MACRO
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--etc/checkpatch/checkpatch.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/checkpatch/checkpatch.conf b/etc/checkpatch/checkpatch.conf
index ef03575..129efbf 100644
--- a/etc/checkpatch/checkpatch.conf
+++ b/etc/checkpatch/checkpatch.conf
@@ -2,6 +2,7 @@
--ignore CAMELCASE
--ignore CODE_INDENT
--ignore COMPARISON_TO_NULL
+--ignore COMPLEX_MACRO
--ignore INDENTED_LABEL
--ignore LEADING_SPACE
--ignore LINE_SPACING