Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259025
b: refs/heads/master
c: 34d9921
h: refs/heads/master
i:
  259023: 77ff0dd
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Jul 26, 2011
1 parent d0b3efe commit 51cfd1a
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: 000d1cc1829f938c87402fc2fd4bb5e8daed6b52
refs/heads/master: 34d99219726ff4d3425b360d1e8d081627a73a00
4 changes: 2 additions & 2 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1609,8 +1609,8 @@ sub process {
my $ptr = substr($blank, 0, length($utf8_prefix)) . "^";
my $hereptr = "$hereline$ptr\n";

ERROR("INVALID_UTF8",
"Invalid UTF-8, patch and commit message should be encoded in UTF-8\n" . $hereptr);
CHK("INVALID_UTF8",
"Invalid UTF-8, patch and commit message should be encoded in UTF-8\n" . $hereptr);
}

# ignore non-hunk lines and lines being removed
Expand Down

0 comments on commit 51cfd1a

Please sign in to comment.