devtools: ignore SPDX warning of checkpatch
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 17 Apr 2018 21:49:19 +0000 (14:49 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 8 Jun 2018 19:39:15 +0000 (21:39 +0200)
Since DPDK developers have decided to use a different tag format
than the kernel developers, ignore warnings about SPDX tags.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
devtools/checkpatches.sh

index 245d5ab..663b7c4 100755 (executable)
@@ -14,7 +14,7 @@ options="--no-tree"
 options="$options --max-line-length=$length"
 options="$options --show-types"
 options="$options --ignore=LINUX_VERSION_CODE,\
-FILE_PATH_CHANGES,MAINTAINERS_STYLE,\
+FILE_PATH_CHANGES,MAINTAINERS_STYLE,SPDX_LICENSE_TAG,\
 VOLATILE,PREFER_PACKED,PREFER_ALIGNED,PREFER_PRINTF,\
 PREFER_KERNEL_TYPES,BIT_MACRO,CONST_STRUCT,\
 SPLIT_STRING,LONG_LINE_STRING,\