Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149531
b: refs/heads/master
c: 1581c1c
h: refs/heads/master
i:
  149529: c75ea88
  149527: 10bac02
v: v3
  • Loading branch information
Robert P. J. Day authored and Sam Ravnborg committed Jun 9, 2009
1 parent ff1f1f5 commit 610b09c
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: ad6ccfad6f759a5d657dabe2071a8f2a503fcc84
refs/heads/master: 1581c1cede3b180b77aa08024c6ca406252cc21f
2 changes: 1 addition & 1 deletion trunk/scripts/headers_check.pl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sub check_prototypes

sub check_config
{
if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9]+)[^a-zA-Z0-9]/) {
if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9_]+)[^a-zA-Z0-9_]/) {
printf STDERR "$filename:$lineno: leaks CONFIG_$1 to userspace where it is not valid\n";
}
}
Expand Down

0 comments on commit 610b09c

Please sign in to comment.