Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114768
b: refs/heads/master
c: 81bc0e0
h: refs/heads/master
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Oct 16, 2008
1 parent a8c81e7 commit 1e744cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dea33496ddc2bf1a50e9def87b4ef14709d8cb6d
refs/heads/master: 81bc0e020232a1e1e7010376382bb59ca82927ac
2 changes: 1 addition & 1 deletion trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ sub sanitise_line {
$off++;
next;
}
if (substr($line, $off, 2) eq '*/') {
if ($sanitise_quote eq '*/' && substr($line, $off, 2) eq '*/') {
$sanitise_quote = '';
substr($res, $off, 2, "$;$;");
$off++;
Expand Down

0 comments on commit 1e744cd

Please sign in to comment.