Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cf9a6adeae706849990e5bdd4f32cb45d667e0c5
Commit:     cf9a6adeae706849990e5bdd4f32cb45d667e0c5
Parent:     0bce67352b580e9025059ecc71e13e0ffd281254
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 24 23:04:51 2007 +0200
Committer:  Sam Ravnborg <[EMAIL PROTECTED](none)>
CommitDate: Fri Oct 12 21:13:50 2007 +0200

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
---
 scripts/export_report.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/export_report.pl b/scripts/export_report.pl
index 9ed00d9..08ceb42 100644
--- a/scripts/export_report.pl
+++ b/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];
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to