Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3854036imu; Mon, 7 Jan 2019 10:39:42 -0800 (PST) X-Google-Smtp-Source: ALg8bN4OocoZpH+nKmgA3uyFlYPo5o+rn5sEh/qA81kzNtwS4JuEbjUkR/TJ/9cIcgpR3dt6ATXb X-Received: by 2002:a63:184a:: with SMTP id 10mr58397144pgy.81.1546886382070; Mon, 07 Jan 2019 10:39:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546886382; cv=none; d=google.com; s=arc-20160816; b=om+RWJvz0+OSeJgFqHJnz6sp21ZNFX5FR/D7U1bra/cDQWIcP6U3gPHE8duXScr7yt Mc46Ycl4eB+CJiS75EhaAZ6Y4ApoeAanO/qy+rr1rpru7hgM3/HI84IC54WI5IZc2euh 3lQFOG1Csnfbge+Zcibe2HlCUW0pyMxkWPZ2zd+2Cu8ZnMA76f4/x9buLLz/mtbbJkub qNl/okAjvXZ9cMk/EnOsgNPVw8z9rSuEdnPvsEl4N9r1SwHW79V9OoljMlWMqoT286ko OX52GPbvIyVrxALembM8PYZ/zr9Hss4++punX1ZQemDqFM420heLGd9KDCWDxqgcVtc2 JJ2A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:to:from:date; bh=m0TeS2cw/LQPQmkZsvR0IsXYNUktTOHe3JUM2A/uT50=; b=I1xKmoPlK/KH69wQITQY0WskBUfpWKYJsJbSn/SIgKVaC3pbq/0QKAe3tY4FGPnzPX YwHdXU6so+hPVSN4IWub6Zn4FKNyerFHJ0LI46UysbCdaHnrget+MR39Qcmk9isoGaeU G43EJyqN84Ga6EdXH5UQeT83VSal2AhPzo0cMHWjPNWdg/VTzOfVjk3rhh68BFHugU76 SX0VYGufYk/spMwqOGKkxA148FMI6FoGjftbUk4MKqGCWPjE40bCV2+3g86UTk9XdjB/ tCGFf+Yf/zXF2qqg+xKYHFh5t4CufcdrwKkYovu1/A6IXYpXEloioojZ57KDDGVUe0Ge Q7/w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g11si35585097plt.4.2019.01.07.10.39.27; Mon, 07 Jan 2019 10:39:42 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727012AbfAGShN (ORCPT + 99 others); Mon, 7 Jan 2019 13:37:13 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:48861 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726535AbfAGShN (ORCPT ); Mon, 7 Jan 2019 13:37:13 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id D05B2808E2; Mon, 7 Jan 2019 19:37:06 +0100 (CET) Date: Mon, 7 Jan 2019 19:37:11 +0100 From: Pavel Machek To: Rob Herring , devicetree@vger.kernel.org, kernel list , corbet@lwn.net, linux-doc@vger.kernel.org Subject: Consistent capitalization of "device tree"? Message-ID: <20190107183711.GA5671@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Is it "Device Tree" or "device tree"? =20 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 =20 I guess it would be nice to make it consistent. I guess "device tree" is preffered? Should we do something like this? Pavel Signed-off-by: Pavel Machek =20 diff --git a/Documentation/devicetree/overlay-notes.txt b/Documentation/dev= icetree/overlay-notes.txt index 725fb8d..cc5f507 100644 --- a/Documentation/devicetree/overlay-notes.txt +++ b/Documentation/devicetree/overlay-notes.txt @@ -8,7 +8,7 @@ companion document to Documentation/devicetree/dynamic-reso= lution-notes.txt[1] How overlays work ----------------- =20 -A Device Tree's overlay purpose is to modify the kernel's live tree, and +A device tree's overlay purpose is to modify the kernel's live tree, and have the modification affecting the state of the kernel in a way that is reflecting the changes. Since the kernel mainly deals with devices, any new device node that result --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlwznFcACgkQMOfwapXb+vIgYwCfTmcj844BEmwus3pL2tHXVvih hKwAn3Q//DngNjgqZmiFNmNlFCYcuUey =aXsV -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA--