From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Rowand Subject: Re: Consistent capitalization of "device tree"? Date: Mon, 7 Jan 2019 17:09:40 -0800 Message-ID: <4d4cf1b1-0966-305d-9bf3-e9dc84d6e8c6@gmail.com> References: <20190107183711.GA5671@amd> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring , Pavel Machek Cc: devicetree@vger.kernel.org, kernel list , Jonathan Corbet , Linux Doc Mailing List , Frank Rowand List-Id: devicetree@vger.kernel.org On 1/7/19 10:45 AM, Rob Herring wrote: > On Mon, Jan 7, 2019 at 12:37 PM 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 >> >> I guess it would be nice to make it consistent. I guess "device tree" >> is preffered? > > Well, the spec uses "devicetree" with capital 'D' as needed (titles > and start of sentences). I didn't check if we're 100% consistent > there. For reference, the specification is at: https://www.devicetree.org/specifications/ > >> Should we do something like this? > > I'll take patches, but it wouldn't be at the top of my list. > > Rob >