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/changesets.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/changesets.rst')
-rw-r--r-- | Documentation/devicetree/changesets.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/changesets.rst b/Documentation/devicetree/changesets.rst index c7fd8cd6a270..2091468d4837 100644 --- a/Documentation/devicetree/changesets.rst +++ b/Documentation/devicetree/changesets.rst @@ -1,10 +1,10 @@ .. SPDX-License-Identifier: GPL-2.0 -============= -DT Changesets -============= +===================== +Devicetree Changesets +===================== -A DT changeset is a method which allows one to apply changes +A Devicetree changeset is a method which allows one to apply changes in the live tree in such a way that either the full set of changes will be applied, or none of them will be. If an error occurs partway through applying the changeset, then the tree will be rolled back to the |