From: Stephen Hemminger Date: Tue, 17 Apr 2018 21:49:19 +0000 (-0700) Subject: devtools: ignore SPDX warning of checkpatch X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=22781f640ed54a2f8f8713116b3d2dca57be9d96 devtools: ignore SPDX warning of checkpatch 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 --- diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh index 245d5ab10a..663b7c4265 100755 --- a/devtools/checkpatches.sh +++ b/devtools/checkpatches.sh @@ -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,\