From: Thomas Monjalon Date: Fri, 5 Jan 2018 11:33:20 +0000 (+0100) Subject: devtools: ignore checkpatch warning for maintainers file X-Git-Tag: spdx-start~770 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b4d5af241860bccb930b1acd14244f7f5d13c539;p=dpdk.git devtools: ignore checkpatch warning for maintainers file The script checkpatch.pl from Linux is enforcing a tab in the MAINTAINERS file (Linux commit 628f91a28649). It can be ignored in our wrapper checkpatches.sh. Suggested-by: Remy Horton Signed-off-by: Thomas Monjalon Acked-by: Remy Horton Acked-by: Stephen Hemminger --- diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh index a56c41a301..7676a6b501 100755 --- a/devtools/checkpatches.sh +++ b/devtools/checkpatches.sh @@ -41,7 +41,8 @@ length=${DPDK_CHECKPATCH_LINE_LENGTH:-80} options="--no-tree" options="$options --max-line-length=$length" options="$options --show-types" -options="$options --ignore=LINUX_VERSION_CODE,FILE_PATH_CHANGES,\ +options="$options --ignore=LINUX_VERSION_CODE,\ +FILE_PATH_CHANGES,MAINTAINERS_STYLE,\ VOLATILE,PREFER_PACKED,PREFER_ALIGNED,PREFER_PRINTF,\ PREFER_KERNEL_TYPES,BIT_MACRO,CONST_STRUCT,\ SPLIT_STRING,LONG_LINE_STRING,\