diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:41:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:41:06 +0000 |
commit | 9a6ff5bc53dedbaa601a1a76cbaf8a76afd60c9f (patch) | |
tree | 1c80e4f6b85d6c7980c78af2826bb7beeea0e1de /etc/checkpatch/checkpatch.conf | |
parent | Adding upstream version 6.05.01. (diff) | |
download | manpages-9a6ff5bc53dedbaa601a1a76cbaf8a76afd60c9f.tar.xz manpages-9a6ff5bc53dedbaa601a1a76cbaf8a76afd60c9f.zip |
Adding upstream version 6.7.upstream/6.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |