[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180530165150.50577-1-gwendal@chromium.org>
Date: Wed, 30 May 2018 09:51:50 -0700
From: Gwendal Grignou <gwendal@...omium.org>
To: joe@...ches.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] FIXUP checkpatch: improve patch recognition
Fix syntax error in patch.
Signed-off-by: Gwendal Grignou <gwendal@...omium.org>
---
scripts/checkpatch.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index f1fecd8aa4d7..03dd7b6b0eab 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -2378,7 +2378,7 @@ sub process {
# check if it's a mode change, rename or start of a patch
if (!$in_commit_log &&
($line =~ /^ mode change [0-7]+ => [0-7]+ \S+\s*$/ ||
- ($line =~ /^rename (?:from|to) \S+\s*$/ ||
+ $line =~ /^rename (?:from|to) \S+\s*$/ ||
$line =~ /^diff --git a\/[\w\/\.\_\-]+ b\/\S+\s*$/)) {
$is_patch = 1;
}
--
2.17.0.921.gf22659ad46-goog
Powered by blists - more mailing lists