Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365670
b: refs/heads/master
c: 5646bc7
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Apr 30, 2013
1 parent 999827b commit f41062e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 04db4d25d9eaa58140520f976994d1a601129c00
refs/heads/master: 5646bc71b3ef9634f307f91d9c4bdf38eba4018a
4 changes: 2 additions & 2 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f41062e

Please sign in to comment.