Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57481
b: refs/heads/master
c: 389834b
h: refs/heads/master
i:
  57479: 4340473
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jun 9, 2007
1 parent cbb2556 commit 1a56fed
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: 76c4e5eafe93df0d03c9d1dc2e4e3efd344be34b
refs/heads/master: 389834b680c13f4727c14f70fa71c2c5678b6081
4 changes: 2 additions & 2 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ sub process {
}

#make up the handle for any error we report on this line
$here = "PATCH: $ARGV:$linenr:";
$here .= "\nFILE: $realfile:$realline:" if ($realcnt != 0);
$here = "#$linenr: ";
$here .= "FILE: $realfile:$realline:" if ($realcnt != 0);

my $herecurr = "$here\n$line\n\n";
my $hereprev = "$here\n$prevline\n$line\n\n";
Expand Down

0 comments on commit 1a56fed

Please sign in to comment.