Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1671204 > unrolled thread

[PATCH] Documentation: remove overlay-notes reference to non-existent file

Started byfrowand.list@gmail.com
First post2017-06-21 00:50 +0200
Last post2017-06-22 18:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Documentation: remove overlay-notes reference to non-existent file frowand.list@gmail.com - 2017-06-21 00:50 +0200
    Re: [PATCH] Documentation: remove overlay-notes reference to  non-existent file Rob Herring <robh@kernel.org> - 2017-06-22 18:20 +0200

#1671204 — [PATCH] Documentation: remove overlay-notes reference to non-existent file

Fromfrowand.list@gmail.com
Date2017-06-21 00:50 +0200
Subject[PATCH] Documentation: remove overlay-notes reference to non-existent file
Message-ID<tUA89-69h-11@gated-at.bofh.it>
From: Frank Rowand <frank.rowand@sony.com>

File dt-object-internal.txt does not exist.  Remove a reference to it
and fix up tags for references to other files.

Reported-by: afaerber@suse.de
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
---
 Documentation/devicetree/overlay-notes.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/overlay-notes.txt b/Documentation/devicetree/overlay-notes.txt
index d418a6ce9812..eb7f2685fda1 100644
--- a/Documentation/devicetree/overlay-notes.txt
+++ b/Documentation/devicetree/overlay-notes.txt
@@ -3,8 +3,7 @@ Device Tree Overlay Notes
 
 This document describes the implementation of the in-kernel
 device tree overlay functionality residing in drivers/of/overlay.c and is a
-companion document to Documentation/devicetree/dt-object-internal.txt[1] &
-Documentation/devicetree/dynamic-resolution-notes.txt[2]
+companion document to Documentation/devicetree/dynamic-resolution-notes.txt[1]
 
 How overlays work
 -----------------
@@ -16,8 +15,7 @@ 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
 disabled or removed all together, the affected device should be deregistered.
 
-Lets take an example where we have a foo board with the following base tree
-which is taken from [1].
+Lets take an example where we have a foo board with the following base tree:
 
 ---- foo.dts -----------------------------------------------------------------
 	/* FOO platform */
@@ -36,7 +34,7 @@ which is taken from [1].
 	};
 ---- foo.dts -----------------------------------------------------------------
 
-The overlay bar.dts, when loaded (and resolved as described in [2]) should
+The overlay bar.dts, when loaded (and resolved as described in [1]) should
 
 ---- bar.dts -----------------------------------------------------------------
 /plugin/;	/* allow undefined label references and record them */
-- 
Frank Rowand <frank.rowand@sony.com>

[toc] | [next] | [standalone]


#1672792 — Re: [PATCH] Documentation: remove overlay-notes reference to non-existent file

FromRob Herring <robh@kernel.org>
Date2017-06-22 18:20 +0200
SubjectRe: [PATCH] Documentation: remove overlay-notes reference to non-existent file
Message-ID<tVcZR-77P-29@gated-at.bofh.it>
In reply to#1671204
On Tue, Jun 20, 2017 at 03:40:53PM -0700, frowand.list@gmail.com wrote:
> From: Frank Rowand <frank.rowand@sony.com>
> 
> File dt-object-internal.txt does not exist.  Remove a reference to it
> and fix up tags for references to other files.
> 
> Reported-by: afaerber@suse.de
> Signed-off-by: Frank Rowand <frank.rowand@sony.com>
> ---
>  Documentation/devicetree/overlay-notes.txt | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web