Skip to content

Commit d0793c3

Browse files
mchehabrobherring
authored andcommitted
docs: dt: minor adjustments at writing-schema.rst
There are two literal blocks that aren't mark as such. Mark them, in order to make the document to produce a better html output. While here, also add a SPDX header to it. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/14fc680fd6596b277f94bb5a240cc9dfc41d59bf.1592203542.git.mchehab+huawei@kernel.org Signed-off-by: Rob Herring <[email protected]>
1 parent 6cb69ea commit d0793c3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Documentation/devicetree/writing-schema.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:orphan:
1+
.. SPDX-License-Identifier: GPL-2.0
22
33
Writing DeviceTree Bindings in json-schema
44
==========================================
@@ -124,9 +124,12 @@ dtc must also be built with YAML output support enabled. This requires that
124124
libyaml and its headers be installed on the host system. For some distributions
125125
that involves installing the development package, such as:
126126

127-
Debian:
127+
Debian::
128+
128129
apt-get install libyaml-dev
129-
Fedora:
130+
131+
Fedora::
132+
130133
dnf -y install libyaml-devel
131134

132135
Running checks

0 commit comments

Comments
 (0)