From 610b09c60381ea8d1bde7c35372248207648a0fe Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 12 May 2009 13:43:36 -0700 Subject: [PATCH] --- yaml --- r: 149531 b: refs/heads/master c: 1581c1cede3b180b77aa08024c6ca406252cc21f h: refs/heads/master i: 149529: c75ea880a11bd48d65bdc463b58b5d81a339356a 149527: 10bac02a8a46ce4b01c5c6f8be4ca97cc9bfd0bb v: v3 --- [refs] | 2 +- trunk/scripts/headers_check.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b468abba4204..e62b8f8815aa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad6ccfad6f759a5d657dabe2071a8f2a503fcc84 +refs/heads/master: 1581c1cede3b180b77aa08024c6ca406252cc21f diff --git a/trunk/scripts/headers_check.pl b/trunk/scripts/headers_check.pl index 56f90a480899..4414c43857ad 100644 --- a/trunk/scripts/headers_check.pl +++ b/trunk/scripts/headers_check.pl @@ -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"; } }