summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-31 01:54:32 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-31 01:54:32 +0200
commit2d2365ad5f316bf2eee367adf436a50df42f1a1a (patch)
treef0584009969c2f9488e2bc5226dc95ae545efa83 /etc
parentfee3c2f66e9f1db1f9cc02daadf650d3872ed283 (diff)
checkpatch/config: Ignore warnings with false positives
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/checkpatch/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/checkpatch/config b/etc/checkpatch/config
index b1a4b40d0..3bf7c0aab 100644
--- a/etc/checkpatch/config
+++ b/etc/checkpatch/config
@@ -6,7 +6,9 @@
--ignore COMPARISON_TO_NULL
--ignore COMPLEX_MACRO
--ignore CONCATENATED_STRING
+--ignore EMBEDDED_FUNCTION_NAME
--ignore FUNCTION_ARGUMENTS
+--ignore INDENTED_LABEL
--ignore INITIALISED_STATIC
--ignore LEADING_SPACE
--ignore LINE_SPACING
@@ -14,6 +16,7 @@
--ignore MACRO_ARG_REUSE
--ignore MULTIPLE_ASSIGNMENTS
--ignore OPEN_BRACE
+--ignore PARENTHESIS_ALIGNMENT
--ignore PREFER_FALLTHROUGH
--ignore PREFER_KERNEL_TYPES
--ignore SPACING