Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932448AbWHAQEh (ORCPT ); Tue, 1 Aug 2006 12:04:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932495AbWHAQEh (ORCPT ); Tue, 1 Aug 2006 12:04:37 -0400 Received: from xenotime.net ([66.160.160.81]:21430 "HELO xenotime.net") by vger.kernel.org with SMTP id S932448AbWHAQEh (ORCPT ); Tue, 1 Aug 2006 12:04:37 -0400 Date: Tue, 1 Aug 2006 09:07:19 -0700 From: "Randy.Dunlap" To: Matt LaPlante Cc: linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH 18-rc3] Fix typos in /Documentation : 'Q'-'R' Message-Id: <20060801090719.06b6982b.rdunlap@xenotime.net> In-Reply-To: <20060801024943.e962ca21.kernel1@cyberdogtech.com> References: <20060730181224.c1b69798.kernel1@cyberdogtech.com> <20060730203728.f3fbdd95.rdunlap@xenotime.net> <20060801024943.e962ca21.kernel1@cyberdogtech.com> Organization: YPO4 X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.3; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2227 Lines: 54 On Tue, 1 Aug 2006 02:49:43 -0400 Matt LaPlante wrote: > On Sun, 30 Jul 2006 20:37:28 -0700 > "Randy.Dunlap" wrote: > > > On Sun, 30 Jul 2006 18:12:24 -0400 Matt LaPlante wrote: > > > > > This patch fixes typos in various Documentation txts. The patch addresses some words starting with the letters 'Q'-'R'. > > > > > diff -ru a/Documentation/block/biodoc.txt b/Documentation/block/biodoc.txt > > > --- a/Documentation/block/biodoc.txt 2006-06-17 21:49:35.000000000 -0400 > > > +++ b/Documentation/block/biodoc.txt 2006-07-30 18:11:04.000000000 -0400 > > > @@ -783,7 +783,7 @@ > > > > > > blk_queue_invalidate_tags(request_queue_t *q) > > > > > > - Clear the internal block tag queue and readd all the pending requests > > > + Clear the internal block tag queue and read all the pending requests > > > > I think that is probably re-add. > > > > > to the request queue. The driver will receive them again on the > > > next request_fn run, just like it did the first time it encountered > > > them. > > > > > diff -ru a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt > > > --- a/Documentation/powerpc/booting-without-of.txt 2006-07-30 15:57:21.000000000 -0400 > > > +++ b/Documentation/powerpc/booting-without-of.txt 2006-07-30 18:11:05.000000000 -0400 > > > @@ -1069,7 +1069,7 @@ > > > around. It contains no internal offsets or pointers for this > > > purpose. > > > > > > - - An example of code for iterating nodes & retreiving properties > > > + - An example of code for iterating nodes & retrieving properties > > > directly from the flattened tree format can be found in the kernel > > > file arch/ppc64/kernel/prom.c, look at scan_flat_dt() function, > > > it's usage in early_init_devtree(), and the corresponding various > > its > > > > Thanks more. > > --- > > ~Randy > > Updated below... Acked-by: Randy Dunlap --- ~Randy - 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/