All of lore.kernel.org
 help / color / mirror / Atom feed
* [BlueZ PATCH] checkpatch: ignore SPDX license header check
@ 2021-05-04 19:59 Tedd Ho-Jeong An
  2021-05-04 20:37 ` [BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 3+ messages in thread
From: Tedd Ho-Jeong An @ 2021-05-04 19:59 UTC (permalink / raw)
  To: linux-bluetooth

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

This patch adds the rule to ignore the SPDX license header check.
---
 .checkpatch.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.checkpatch.conf b/.checkpatch.conf
index 419733832..72c3529c3 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -12,3 +12,4 @@
 --ignore PREFER_PACKED
 --ignore COMMIT_MESSAGE
 --ignore SSCANF_TO_KSTRTO
+--ignore SPDX_LICENSE_TAG
-- 
2.26.3


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

end of thread, other threads:[~2021-05-04 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-04 19:59 [BlueZ PATCH] checkpatch: ignore SPDX license header check Tedd Ho-Jeong An
2021-05-04 20:37 ` [BlueZ] " bluez.test.bot
2021-05-04 23:51   ` 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.