From: Pete Popov <ppopov@mvista.com>
To: Jesper Juhl <jesper.juhl@gmail.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 08:06:14 -0700 [thread overview]
Message-ID: <1125327974.6104.12.camel@localhost.localdomain> (raw)
In-Reply-To: <9a8748490508290800bba68c1@mail.gmail.com>
> Then I must be blind, because I still see the old strtok() using code
> in there :
You must be looking at kernel.org. I'm talking about linux-mips. Any
linux mips patches should go through linux-mips.org and Ralf eventually
gets them into kernel.org.
Pete
> 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.
>
>
next prev parent reply other threads:[~2005-08-29 15:06 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
2005-08-29 15:06 ` Pete Popov [this message]
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=1125327974.6104.12.camel@localhost.localdomain \
--to=ppopov@mvista.com \
--cc=jesper.juhl@gmail.com \
--cc=linux-kernel@vger.kernel.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.