All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@kernel.crashing.org>
To: Tonnerre <tonnerre@thundrix.ch>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Sam Ravnborg <sam@ravnborg.org>
Subject: Re: [PATCH 2.6.9-rc3] Fix 'htmldocs' and friends with O=
Date: Mon, 4 Oct 2004 19:15:23 -0700	[thread overview]
Message-ID: <20041005021523.GE32692@smtp.west.cox.net> (raw)
In-Reply-To: <20041005002814.GA32087@thundrix.ch>

On Tue, Oct 05, 2004 at 02:28:14AM +0200, Tonnerre wrote:

> Salut,
> 
> On Mon, Oct 04, 2004 at 04:39:58PM -0700, Tom Rini wrote:
> > --- linux-2.6.9-rc3.orig/scripts/kernel-doc
> > +++ linux-2.6.9-rc3/scripts/kernel-doc
> > @@ -1531,7 +1531,7 @@ sub process_state3_type($$) { 
> >  }
> >  
> >  sub process_file($) {
> > -    my ($file) = @_;
> > +    my ($file) = "$ENV{'SRCTREE'}@_";
> >      my $identifier;
> >      my $func;
> >      my $initial_section_counter = $section_counter;
> 
> From performance/memory footprint standpoint it might be better to use
> the dot operator here for concatenation.

I'm not a perl person, so if this makes sense to you Sam (or Andrew, if
you've taken this...) please update.  Thanks.

-- 
Tom Rini
http://gate.crashing.org/~trini/

  reply	other threads:[~2004-10-05  2:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-04 23:39 [PATCH 2.6.9-rc3] Fix 'htmldocs' and friends with O= Tom Rini
2004-10-05  0:28 ` Tonnerre
2004-10-05  2:15   ` Tom Rini [this message]
2004-10-16 20:56   ` Sam Ravnborg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041005021523.GE32692@smtp.west.cox.net \
    --to=trini@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    --cc=tonnerre@thundrix.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.