Re: [2.6 patch] fix export_report.pl

2007-08-25 Thread Sam Ravnborg
On Fri, Aug 24, 2007 at 11:04:51PM +0200, Adrian Bunk wrote: > This patch fixes an annoying bug of export_report.pl missing the usages > of some exports. Applied to kbuild.git plus Ram Pai's patch too. Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

[2.6 patch] fix export_report.pl on top of adrian's fix

2007-08-24 Thread Ram Pai
Fixes some subtle perl coding bug observed by Jan Engelhardt <[EMAIL PROTECTED]> This patch applies on top of Adrian's fix. Signed-off-by: Ram Pai <[EMAIL PROTECTED]> --- scripts/export_report.pl |8 1 file changed, 4 insertions(+), 4 deletions(-) Index: linux-2.6.21.5/scripts/exp

Re: [2.6 patch] fix export_report.pl

2007-08-24 Thread Adrian Bunk
On Fri, Aug 24, 2007 at 11:36:40PM +0200, Jan Engelhardt wrote: > > On Aug 24 2007 23:04, Adrian Bunk wrote: > >This patch fixes an annoying bug of export_report.pl missing the usages > >of some exports. > > > >Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > > >--- > > > >This patch has been s

Re: [2.6 patch] fix export_report.pl

2007-08-24 Thread Ram Pai
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 <[EMAIL PROTECTED]> > > --- > > This patch has been sent on: > - 14 Aug 2007 > > --- a/scripts/export_report.pl > ++

Re: [2.6 patch] fix export_report.pl

2007-08-24 Thread Jan Engelhardt
On Aug 24 2007 23:04, Adrian Bunk wrote: >This patch fixes an annoying bug of export_report.pl missing the usages >of some exports. > >Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > >--- > >This patch has been sent on: >- 14 Aug 2007 > >--- a/scripts/export_report.pl >+++ b/scripts/export_repor

[2.6 patch] fix export_report.pl

2007-08-24 Thread Adrian Bunk
This patch fixes an annoying bug of export_report.pl missing the usages of some exports. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 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 (@allcfil

[2.6 patch] fix export_report.pl

2007-08-14 Thread Adrian Bunk
This patch fixes an annoying bug of export_report.pl missing the usages of some exports. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 061222c0c3acfd3bbac143f4e31e09a0711bfeb8 diff --git a/scripts/export_report.pl b/scripts/export_report.pl index 9ed00d9..08ceb42 100644 --- a/scripts/expor