diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 00000000000..e3af0598f79 --- /dev/null +++ b/.checkpatch.conf @@ -0,0 +1,14 @@ +--mailback +--no-tree +--no-signoff +--emacs +--summary-file +--show-types +--max-line-length=100 + +--ignore BRACES +--ignore PRINTK_WITHOUT_KERN_LEVEL +--ignore SPLIT_STRING +--ignore FILE_PATH_CHANGES +--ignore VOLATILE +--ignore CONFIG_EXPERIMENTAL