From 3391fb4a06613130273d3a416753e7f088b971e6 Mon Sep 17 00:00:00 2001 From: Tedd Ho-Jeong An Date: Mon, 22 Jun 2020 10:18:17 -0700 Subject: checkpatch: Add configuration for checkpatch This patch adds a configuration with basic rules for checkpatch. --- .checkpatch.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .checkpatch.conf (limited to '.checkpatch.conf') diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 000000000..419733832 --- /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 -- cgit v1.2.1