summaryrefslogtreecommitdiffstats
path: root/etc/checkpatch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:41:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:41:07 +0000
commit3af6d22bb3850ab2bac67287e3a3d3b0e32868e5 (patch)
tree3ee7a3ec64525911fa865bb984c86d997d855527 /etc/checkpatch
parentAdding debian version 6.05.01-1. (diff)
downloadmanpages-3af6d22bb3850ab2bac67287e3a3d3b0e32868e5.tar.xz
manpages-3af6d22bb3850ab2bac67287e3a3d3b0e32868e5.zip
Merging upstream version 6.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'etc/checkpatch')
-rw-r--r--etc/checkpatch/checkpatch.conf (renamed from etc/checkpatch/config)3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/checkpatch/config b/etc/checkpatch/checkpatch.conf
index b1a4b40..3bf7c0a 100644
--- a/etc/checkpatch/config
+++ b/etc/checkpatch/checkpatch.conf
@@ -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