From f41062eac79d5deac49746f32f50b0cd52a03e3d Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Mon, 29 Apr 2013 16:18:15 -0700 Subject: [PATCH] --- yaml --- r: 365670 b: refs/heads/master c: 5646bc71b3ef9634f307f91d9c4bdf38eba4018a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/checkpatch.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 57e68653ce76..7feb5b412c2a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 04db4d25d9eaa58140520f976994d1a601129c00 +refs/heads/master: 5646bc71b3ef9634f307f91d9c4bdf38eba4018a diff --git a/trunk/scripts/checkpatch.pl b/trunk/scripts/checkpatch.pl index 9cdd147c1335..b20ca55cddd3 100755 --- a/trunk/scripts/checkpatch.pl +++ b/trunk/scripts/checkpatch.pl @@ -2522,8 +2522,8 @@ sub process { # check for whitespace before a non-naked semicolon if ($line =~ /^\+.*\S\s+;/) { - CHK("SPACING", - "space prohibited before semicolon\n" . $herecurr); + WARN("SPACING", + "space prohibited before semicolon\n" . $herecurr); } # Check operator spacing.