Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114757
b: refs/heads/master
c: c1ab332
h: refs/heads/master
i:
  114755: af71cf8
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Oct 16, 2008
1 parent 939f02d commit 01c5408
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: 01fa91471e9559d72c0c93ea7cca6f9fe6c2d1c3
refs/heads/master: c1ab33269a84d6056d2ffc728d8bbaa26377d3e3
2 changes: 1 addition & 1 deletion trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ sub process {
$realfile = $1;
$realfile =~ s@^[^/]*/@@;

if ($realfile =~ m@include/asm/@) {
if ($realfile =~ m@^include/asm/@) {
ERROR("do not modify files in include/asm, change architecture specific files in include/asm-<architecture>\n" . "$here$rawline\n");
}
next;
Expand Down

0 comments on commit 01c5408

Please sign in to comment.