From: tedd.an@linux.intel.com
To: linux-bluetooth@vger.kernel.org
Cc: Tedd Ho-Jeong An <tedd.an@intel.com>
Subject: [PATCH] checkpatch: Add configuration for checkpatch
Date: Fri, 19 Jun 2020 16:00:56 -0700 [thread overview]
Message-ID: <20200619230056.49964-1-tedd.an@linux.intel.com> (raw)
From: Tedd Ho-Jeong An <tedd.an@intel.com>
This patch adds a configuration with basic rules for checkpatch.
---
.checkpatch.conf | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 .checkpatch.conf
diff --git a/.checkpatch.conf b/.checkpatch.conf
new file mode 100644
index 000000000..7e9544671
--- /dev/null
+++ b/.checkpatch.conf
@@ -0,0 +1,13 @@
+--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
--
2.25.4
reply other threads:[~2020-06-19 23:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200619230056.49964-1-tedd.an@linux.intel.com \
--to=tedd.an@linux.intel.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=tedd.an@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).