[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190107184423.GA6310@bombadil.infradead.org>
Date: Mon, 7 Jan 2019 10:44:23 -0800
From: Matthew Wilcox <willy@...radead.org>
To: Pavel Machek <pavel@....cz>
Cc: Rob Herring <robh@...nel.org>, devicetree@...r.kernel.org,
kernel list <linux-kernel@...r.kernel.org>, corbet@....net,
linux-doc@...r.kernel.org
Subject: Re: Consistent capitalization of "device tree"?
On Mon, Jan 07, 2019 at 07:37:11PM +0100, Pavel Machek wrote:
> Is it "Device Tree" or "device tree"?
>
> pavel@duo:/data/l/k/Documentation$ grep -r "Device Tree" | wc -l
> 235
> pavel@duo:/data/l/k/Documentation$ grep -r "device tree" | wc -l
> 595
You missed ...
$ git grep -r "Device tree" Documentation/ | wc -l
84
although at least some of those are "Capitalise device because it's the
start of a sentence".
Powered by blists - more mailing lists