lkml.org 
[lkml]   [2007]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [2.6 patch] fix export_report.pl
From
Date
On Fri, 2007-08-24 at 23:04 +0200, Adrian Bunk wrote:
> 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];

Adrian,
I am fine with these changes.

RP

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-08-24 23:45    [W:1.836 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site