mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.6 patch] fix export_report.pl
@ 2007-08-24 21:04 Adrian Bunk
  2007-08-24 21:36 ` Jan Engelhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Adrian Bunk @ 2007-08-24 21:04 UTC (permalink / raw)
  To: Andrew Morton, Ram Pai, Sam Ravnborg; +Cc: linux-kernel

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

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

This patch has been sent on:
- 14 Aug 2007

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-08-25 10:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-24 21:04 [2.6 patch] fix export_report.pl Adrian Bunk
2007-08-24 21:36 ` Jan Engelhardt
2007-08-24 21:47   ` Adrian Bunk
2007-08-24 22:32     ` [2.6 patch] fix export_report.pl on top of adrian's fix Ram Pai
2007-08-24 21:40 ` [2.6 patch] fix export_report.pl Ram Pai
2007-08-25 10:51 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®