Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227682
b: refs/heads/master
c: d52784e
h: refs/heads/master
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and Michal Marek committed Dec 14, 2010
1 parent eb0bdd7 commit b338f1b
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: de323f22a83b024b7432e813609c6efb74b1bbfc
refs/heads/master: d52784eb3607bf887628742f99041b4f18d7d1de
4 changes: 2 additions & 2 deletions trunk/scripts/headers_check.pl
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ sub check_declarations
{
if ($line =~m/^(\s*extern|unsigned|char|short|int|long|void)\b/) {
printf STDERR "$filename:$lineno: " .
"userspace cannot call function or variable " .
"defined in the kernel\n";
"userspace cannot reference function or " .
"variable defined in the kernel\n";
}
}

Expand Down

0 comments on commit b338f1b

Please sign in to comment.