Re: Consistent capitalization of "device tree"?
From: Matthew Wilcox
Date: Mon Jan 07 2019 - 13:44:28 EST
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".