Em Mon, 2 Mar 2020 15:11:42 -0600 Frank Rowand <frowand.list@xxxxxxxxx> escreveu: > On 3/2/20 1:59 AM, Mauro Carvalho Chehab wrote: > > - Add a SPDX header; > > - Adjust document and section titles; > > - Adjust numerated list markups; > > - Some whitespace fixes and new line breaks; > > - Mark literal blocks as such; > > - Add it to devicetree/index.rst. > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > > --- > > Documentation/devicetree/index.rst | 1 + > > .../{of_unittest.txt => of_unittest.rst} | 186 +++++++++--------- > > 2 files changed, 98 insertions(+), 89 deletions(-) > > rename Documentation/devicetree/{of_unittest.txt => of_unittest.rst} (54%) > > > > diff --git a/Documentation/devicetree/index.rst b/Documentation/devicetree/index.rst > > index 308cac9d7021..ca83258fbba5 100644 > > --- a/Documentation/devicetree/index.rst > > +++ b/Documentation/devicetree/index.rst > > @@ -12,3 +12,4 @@ Open Firmware and Device Tree > > booting-without-of > > changesets > > dynamic-resolution-notes > > + of_unittest > > diff --git a/Documentation/devicetree/of_unittest.txt b/Documentation/devicetree/of_unittest.rst > > similarity index 54% > > rename from Documentation/devicetree/of_unittest.txt > > rename to Documentation/devicetree/of_unittest.rst > > index 9fdd2de9b770..dea05214f3ad 100644 > > --- a/Documentation/devicetree/of_unittest.txt > > +++ b/Documentation/devicetree/of_unittest.rst > > @@ -1,9 +1,13 @@ > > +.. SPDX-License-Identifier: GPL-2.0 > > + > > +================================== > > Open Firmware Device Tree Unittest > > ----------------------------------- > > +================================== > > > > Author: Gaurav Minocha <gaurav.minocha.os@xxxxxxxxx> > > > > 1. Introduction > > +=============== > > > > This document explains how the test data required for executing OF unittest > > is attached to the live tree dynamically, independent of the machine's > > @@ -11,8 +15,8 @@ architecture. > > > > It is recommended to read the following documents before moving ahead. > > > > -[1] Documentation/devicetree/usage-model.rst > > -[2] http://www.devicetree.org/Device_Tree_Usage > > +(1) Documentation/devicetree/usage-model.rst > > +(2) http://www.devicetree.org/Device_Tree_Usage > > You caught this in 03/13. The file has moved to: > > https://elinux.org/Device_Tree_Usage > Thanks for noticing. I'll move patch 03/12 to the end and fix all those references altogether there. Regards, Mauro