diff options
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 |