Diff between c29241fe129f4a8dbca4adff45eacf9348d6ae2e and 3391fb4a06613130273d3a416753e7f088b971e6
Changed Files
| File | Additions | Deletions | Status |
| .checkpatch.conf | +14 | -0 | added |
Full Patch
diff --git a/.checkpatch.conf b/.checkpatch.conf
new file mode 100644
index 0000000..4197338
--- /dev/null
+++ b/.checkpatch.conf
@@ -0,0 +1,14 @@
+--no-tree
+--no-signoff
+--summary-file
+--show-types
+--max-line-length=80
+
+--ignore COMPLEX_MACRO
+--ignore SPLIT_STRING
+--ignore CONST_STRUCT
+--ignore FILE_PATH_CHANGES
+--ignore MISSING_SIGN_OFF
+--ignore PREFER_PACKED
+--ignore COMMIT_MESSAGE
+--ignore SSCANF_TO_KSTRTO