diff options
author | Rob Herring <robh@kernel.org> | 2021-03-25 19:47:09 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-03-27 21:58:04 +0300 |
commit | 7248213cf45d623a189830f5e69a5daf3b848690 (patch) | |
tree | 1cb5c33cf92cc31675331e2fcde4b6c2d48bd5df /Documentation/devicetree/dynamic-resolution-notes.rst | |
parent | 9be21f7358125d7c862bb34915dc0ad2446ffd78 (diff) | |
download | linux-7248213cf45d623a189830f5e69a5daf3b848690.tar.xz |
docs: dt: Make 'Devicetree' wording more consistent
There's a variety of ways 'Devicetree' has been written. This is most
evident in the documentation build contents where we have 'Device Tree',
'DeviceTree', etc. The DT spec has somewhat standardized on
'Devicetree', so let's use that.
Cc: Frank Rowand <frowand.list@gmail.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/20210325164713.1296407-5-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/dynamic-resolution-notes.rst')
-rw-r--r-- | Documentation/devicetree/dynamic-resolution-notes.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/dynamic-resolution-notes.rst b/Documentation/devicetree/dynamic-resolution-notes.rst index 570b7e1f39eb..f81ad8daa36f 100644 --- a/Documentation/devicetree/dynamic-resolution-notes.rst +++ b/Documentation/devicetree/dynamic-resolution-notes.rst @@ -1,11 +1,11 @@ .. SPDX-License-Identifier: GPL-2.0 -================================== -Device Tree Dynamic Resolver Notes -================================== +================================= +Devicetree Dynamic Resolver Notes +================================= This document describes the implementation of the in-kernel -Device Tree resolver, residing in drivers/of/resolver.c +DeviceTree resolver, residing in drivers/of/resolver.c How the resolver works ---------------------- |