All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tonnerre <tonnerre@thundrix.ch>
To: Tom Rini <trini@kernel.crashing.org>
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: Tue, 5 Oct 2004 02:28:14 +0200	[thread overview]
Message-ID: <20041005002814.GA32087@thundrix.ch> (raw)
In-Reply-To: <20041004233958.GD32692@smtp.west.cox.net>

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

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.

			Tonnerre

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2004-10-05  0:30 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 [this message]
2004-10-05  2:15   ` Tom Rini
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=20041005002814.GA32087@thundrix.ch \
    --to=tonnerre@thundrix.ch \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    --cc=trini@kernel.crashing.org \
    /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.