Skip to content

Commit 4f2f391

Browse files
yvesllcfriedt
authored andcommitted
doc: contribute: Fixed missing code block new line
dts-linter command was not correctly rendered in doc site. Signed-off-by: Yves Wang <[email protected]>
1 parent 6a0edac commit 4f2f391

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/contribute/style/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ to quickly reformat large amounts of devicetree files to our `Coding Style Guide
9696
standards. You can also run it manually like this:
9797

9898
For individual files
99+
99100
.. code-block:: bash
100101
101102
npx --prefix ./scripts/ci dts-linter --format --file board.dts --file board_pinctrl.dtsi --patchFile diff.patch
@@ -106,6 +107,7 @@ has been called. Alternatively ``--cwd`` can also be passed set the base dir whe
106107
should look for files. This option is also used to make the paths relative in the patch file.
107108

108109
You can also fix in place with
110+
109111
.. code-block:: bash
110112
111113
npx --prefix ./scripts/ci dts-linter --formatFixAll

0 commit comments

Comments
 (0)