From 2325f2691691d48bc8a22112ffbab2586c0eab5a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 17:07:04 +0000 Subject: [PATCH] Merge r7519 from trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7771 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/checkpatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkpatch b/scripts/checkpatch index 21797c67f..2c499ded8 100755 --- a/scripts/checkpatch +++ b/scripts/checkpatch @@ -1,3 +1,3 @@ #!/bin/bash -../linux-kernel/scripts/checkpatch.pl -f --show-types --ignore SPDX_LICENSE_TAG,LINUX_VERSION_CODE $(list-source-files | grep -vE 'fcst/linux-patches|patch$|pdf$|png$|ibmvstgt/') | sed 's/^#[0-9]*: FILE: \(.*\):/\1:1:/' +../linux-kernel/scripts/checkpatch.pl -f --show-types --ignore SPDX_LICENSE_TAG,LINUX_VERSION_CODE,SYMBOLIC_PERMS,CONSTANT_COMPARISON,RETURN_VOID $(list-source-files | grep -vE 'fcst/linux-patches|patch$|pdf$|png$|^ibmvstgt/|^mpt/|^qla_isp/|^mvsas_tgt/') | sed 's/^#[0-9]*: FILE: \(.*\):/\1:1:/'