mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 04:40:51 +07:00
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>
This commit is contained in:
parent
0bce67352b
commit
cf9a6adeae
@ -112,7 +112,7 @@ foreach my $thismod (@allcfiles) {
|
|||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
if ($state eq 2) {
|
if ($state eq 2) {
|
||||||
if ( $_ !~ /0x[0-9a-f]{7,8},/ ) {
|
if ( $_ !~ /0x[0-9a-f]+,/ ) {
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
my $sym = (split /([,"])/,)[4];
|
my $sym = (split /([,"])/,)[4];
|
||||||
|
Loading…
Reference in New Issue
Block a user