]> Pileus Git - ~andy/linux/blobdiff - scripts/headers_check.pl
x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platforms
[~andy/linux] / scripts / headers_check.pl
index e0e25a1c2c12b02f9ace59c006bd5362c51edee8..7957e7a5166a26b4ab29988273f69006354e03eb 100644 (file)
@@ -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";
        }
 }