From 786208656e8df3966adc7a6161a4bb78aa458910 Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Mon, 4 May 2020 06:36:25 -0500 Subject: [PATCH] checkpatch: suppress SPDX license line check Zephyr has not committed to complying with the upstream requirement that the SPDX declaration be on the first line of a file, so disable the warning. Signed-off-by: Peter Bigot --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index de5b2421be6..a594d6f5e28 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -16,4 +16,5 @@ --ignore MINMAX --ignore CONST_STRUCT --ignore FILE_PATH_CHANGES +--ignore SPDX_LICENSE_TAG --exclude ext