All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesper Juhl <jesper.juhl@gmail.com>
To: Pete Popov <ppopov@mvista.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/3] exterminate strtok - drivers/video/au1100fb.c
Date: Mon, 29 Aug 2005 17:00:14 +0200	[thread overview]
Message-ID: <9a8748490508290800bba68c1@mail.gmail.com> (raw)
In-Reply-To: <1125326968.6104.4.camel@localhost.localdomain>

On 8/29/05, Pete Popov <ppopov@mvista.com> wrote:
> On Mon, 2005-08-29 at 13:43 +0200, Jesper Juhl wrote:
> > On 8/25/05, Pete Popov <ppopov@mvista.com> wrote:
> > >
> > > I see the patch, or an equivalent, has been applied already.
> > >
> > Ohh, where? I don't see such a patch in 2.6.12-rc6-mm2 nor in 2.6.13.
> 
> 2.6.13.
> 
Then I must be blind, because I still see the old strtok() using code
in there :

juhl@dragon:~/download/kernel/linux-2.6.13$ head -n 5 Makefile
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 13
EXTRAVERSION =
NAME=Woozy Numbat
juhl@dragon:~/download/kernel/linux-2.6.13$ grep -A 1 strtok
drivers/video/au1100fb.c
        for(this_opt=strtok(options, ","); this_opt;
            this_opt=strtok(NULL, ",")) {
                if (!strncmp(this_opt, "panel:", 6)) {

And the patch I created still applies just fine.


-- 
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please      http://www.expita.com/nomime.html

  reply	other threads:[~2005-08-29 15:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-24 19:08 [PATCH 2/3] exterminate strtok - drivers/video/au1100fb.c Jesper Juhl
2005-08-25  6:16 ` Pete Popov
2005-08-29 11:43   ` Jesper Juhl
2005-08-29 14:49     ` Pete Popov
2005-08-29 15:00       ` Jesper Juhl [this message]
2005-08-29 15:06         ` Pete Popov
2005-08-29 15:08           ` Jesper Juhl

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=9a8748490508290800bba68c1@mail.gmail.com \
    --to=jesper.juhl@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ppopov@mvista.com \
    /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.