]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/export_report.pl
kbuild: fix export_report.pl
[karo-tx-linux.git] / scripts / export_report.pl
index 9ed00d9bb0a75c3544d96be4f0ca5e5352dab57a..08ceb42c19bbf09b07c9ce630ff989186feffcca 100644 (file)
@@ -112,7 +112,7 @@ foreach my $thismod (@allcfiles) {
                        next;
                }
                if ($state eq 2) {
-                       if ( $_ !~ /0x[0-9a-f]{7,8},/ ) {
+                       if ( $_ !~ /0x[0-9a-f]+,/ ) {
                                next;
                        }
                        my $sym = (split /([,"])/,)[4];