Explorar o código

kbuild: fix export_report.pl

This patch fixes an annoying bug of export_report.pl missing the usages
of some exports.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Adrian Bunk %!s(int64=18) %!d(string=hai) anos
pai
achega
cf9a6adeae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/export_report.pl

+ 1 - 1
scripts/export_report.pl

@@ -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];