public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Wanlong Gao <wanlong.gao@gmail.com>
To: Connor Hansen <cmdkhh@gmail.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Documentation:fix the wrong file position in sched-arch.txt
Date: Mon, 13 Jun 2011 13:05:17 +0800	[thread overview]
Message-ID: <1307941517.2703.0.camel@Tux> (raw)
In-Reply-To: <BANLkTiknFkJ+TE5OYBuJm8gOoi1pMzbzTA@mail.gmail.com>

On 日, 2011-06-12 at 21:56 -0700, Connor Hansen wrote:
> On Sun, Jun 12, 2011 at 9:35 PM, Wanlong Gao <wanlong.gao@gmail.com> wrote:
> > The arch i386 had changed to x86.
> 
> $ grep -R "i386" Documentation/ | wc -l
> 155
> 
> Fix them all with:
> grep -lZR "i386" Documentation/ | xargs -0 -l sed -i -e 's/i386/x86/g'
> 
> or send ~ 100 patches
You see, but not all i386 can change to x86 in Documentation/
right?

Thanks
> 
> -Connor
> 
> >
> > Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
> > ---
> >  Documentation/scheduler/sched-arch.txt |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/Documentation/scheduler/sched-arch.txt b/Documentation/scheduler/sched-arch.txt
> > index d43dbcb..28aa107 100644
> > --- a/Documentation/scheduler/sched-arch.txt
> > +++ b/Documentation/scheduler/sched-arch.txt
> > @@ -66,7 +66,7 @@ Your cpu_idle routines need to obey the following rules:
> >            barrier issued (followed by a test of need_resched with
> >            interrupts disabled, as explained in 3).
> >
> > -arch/i386/kernel/process.c has examples of both polling and
> > +arch/x86/kernel/process.c has examples of both polling and
> >  sleeping idle functions.
> >
> >
> > --
> > 1.7.4.1
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> >



  reply	other threads:[~2011-06-13  5:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-13  4:35 [PATCH] Documentation:fix the wrong file position in sched-arch.txt Wanlong Gao
2011-06-13  4:56 ` Connor Hansen
2011-06-13  5:05   ` Wanlong Gao [this message]
2011-06-13  5:41     ` Connor Hansen
2011-06-13  5:48       ` Wanlong Gao

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=1307941517.2703.0.camel@Tux \
    --to=wanlong.gao@gmail.com \
    --cc=cmdkhh@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox