From 1762ababe5e1be9d23ff7d286d549239a8fc48f0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 22 Apr 2014 07:05:21 +0000 Subject: [PATCH] scripts/run-regression-tests: Suppress the checkpatch warning "missing space after return type" git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5452 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index c859a4c00..bae2ad0a5 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -213,6 +213,7 @@ function run_checkpatch { echo "${errors} errors / ${warnings} warnings." grep -E '^WARNING|^ERROR' "${outputfile}" | sort | + grep -v 'WARNING: missing space after return type' | sed 's/^WARNING: Avoid CamelCase:.*/WARNING: Avoid CamelCase/' | uniq -c else