From 0c81d6b84234620d1d3c0a3732f2588a14c62dc6 Mon Sep 17 00:00:00 2001 From: Tedd Ho-Jeong An Date: Tue, 4 May 2021 12:59:53 -0700 Subject: [PATCH] checkpatch: ignore SPDX license header check This patch adds the rule to ignore the SPDX license header check. Signed-off-by: Ayush Garg --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index 4197338..72c3529 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.7.4