From 51763fd35f7c6dbd1dd5a187f3c21a5105374800 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 16:11:58 +0000 Subject: [PATCH] Merge r7506 from trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7758 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/checkpatch | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/checkpatch diff --git a/scripts/checkpatch b/scripts/checkpatch new file mode 100755 index 000000000..21797c67f --- /dev/null +++ b/scripts/checkpatch @@ -0,0 +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:/'