aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/overlay-notes.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-01-02 22:54:39 +0900
committerJonathan Corbet <corbet@lwn.net>2015-01-28 15:13:11 -0700
commitac3e8ea1d3a6b204f78e2e828f85b15d25617515 (patch)
treeceb5242f16e61f5b66e9d1198b98b111d9f03897 /Documentation/devicetree/overlay-notes.txt
parentDocumentation: mm: Fix typo in vm.txt (diff)
downloadlinux-dev-ac3e8ea1d3a6b204f78e2e828f85b15d25617515.tar.xz
linux-dev-ac3e8ea1d3a6b204f78e2e828f85b15d25617515.zip
Documentation: devicetree: Fix double words in Doumentation/devicetree
This patch fix multiple words such as "the the" and "which which" in Documentation/devicetree. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/devicetree/overlay-notes.txt')
-rw-r--r--Documentation/devicetree/overlay-notes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/overlay-notes.txt b/Documentation/devicetree/overlay-notes.txt
index 30ae758e3eef..d418a6ce9812 100644
--- a/Documentation/devicetree/overlay-notes.txt
+++ b/Documentation/devicetree/overlay-notes.txt
@@ -10,7 +10,7 @@ How overlays work
-----------------
A Device Tree's overlay purpose is to modify the kernel's live tree, and
-have the modification affecting the state of the the kernel in a way that
+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
in an active device should have it created while if the device node is either
@@ -80,7 +80,7 @@ result in foo+bar.dts
};
---- foo+bar.dts -------------------------------------------------------------
-As a result of the the overlay, a new device node (bar) has been created
+As a result of the overlay, a new device node (bar) has been created
so a bar platform device will be registered and if a matching device driver
is loaded the device will be created as expected.