summaryrefslogtreecommitdiffstats
path: root/generate_pciclass.pl
diff options
context:
space:
mode:
Diffstat (limited to 'generate_pciclass.pl')
-rwxr-xr-xgenerate_pciclass.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_pciclass.pl b/generate_pciclass.pl
index 948431d..363d52a 100755
--- a/generate_pciclass.pl
+++ b/generate_pciclass.pl
@@ -8,7 +8,7 @@ static struct {
} classes[] = {
);
-/^#define PCI_CLASS_(\w+)\s+(0x\w{4})/ and print qq( { $2, "$1" },\n) while <>;
+/^#define\s+PCI_CLASS_(\w+)\s+(0x\w{4})/ and print qq( { $2, "$1" },\n) while <>;
print '
};