Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227681
b: refs/heads/master
c: de323f2
h: refs/heads/master
i:
  227679: dc5d5bd
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and Michal Marek committed Dec 14, 2010
1 parent ad0fd58 commit eb0bdd7
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: a1087ef6abedf0bfd60e5e3fddf33192cb2c1325
refs/heads/master: de323f22a83b024b7432e813609c6efb74b1bbfc
2 changes: 1 addition & 1 deletion trunk/scripts/headers_check.pl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sub check_include

sub check_declarations
{
if ($line =~m/^\s*extern\b/) {
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";
Expand Down

0 comments on commit eb0bdd7

Please sign in to comment.