aboutsummaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf15
1 files changed, 11 insertions, 4 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 990a54d2d..abb822996 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -1,14 +1,21 @@
--no-tree
--strict
--ignore=SPLIT_STRING
---ignore SSCANF_TO_KSTRTO
+--ignore=SSCANF_TO_KSTRTO
--ignore=NEW_TYPEDEFS
--ignore=DEPRECATED_VARIABLE
--ignore=COMPARISON_TO_NULL
--ignore=BIT_MACRO
---ignore=PREFER_PRINTF
---ignore=PREFER_SCANF
--ignore=VOLATILE
--ignore=AVOID_EXTERNS
+--ignore=CONST_STRUCT
+--ignore=PREFER_KERNEL_TYPES
+--ignore=CONSTANT_COMPARISON
+--ignore=BLOCK_COMMENT_STYLE
+--ignore=UNNECESSARY_PARENTHESES
+--ignore=SPDX_LICENSE_TAG
+--ignore=PREFER_FALLTHROUGH
+--ignore=LONG_LINE_STRING
+--ignore=EMAIL_SUBJECT
+--ignore=C99_COMMENT_TOLERANCE
--codespell
---codespellfile=/usr/share/codespell/dictionary.txt