All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] checkpatch: Add configuration for checkpatch
@ 2020-06-22 17:18 tedd.an
  2020-06-22 19:28 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: tedd.an @ 2020-06-22 17:18 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Tedd Ho-Jeong An

From: Tedd Ho-Jeong An <tedd.an@intel.com>

This patch adds a configuration with basic rules for checkpatch.
---
 .checkpatch.conf | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 .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
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH V2] checkpatch: Add configuration for checkpatch
  2020-06-22 17:18 [PATCH V2] checkpatch: Add configuration for checkpatch tedd.an
@ 2020-06-22 19:28 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2020-06-22 19:28 UTC (permalink / raw)
  To: Tedd Ho-Jeong An; +Cc: linux-bluetooth@vger.kernel.org, Tedd Ho-Jeong An

Hi Tedd,

On Mon, Jun 22, 2020 at 10:22 AM <tedd.an@linux.intel.com> wrote:
>
> From: Tedd Ho-Jeong An <tedd.an@intel.com>
>
> This patch adds a configuration with basic rules for checkpatch.
> ---
>  .checkpatch.conf | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 .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
> --
> 2.25.4

Applied, thanks.

-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-22 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-22 17:18 [PATCH V2] checkpatch: Add configuration for checkpatch tedd.an
2020-06-22 19:28 ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.