Skip to content

Commit 51183d3

Browse files
krzkarndb
authored andcommitted
Documentation/process: maintainer-soc: Mark 'make' as commands
Improve readability of the docs by marking 'make dtbs/dtbs_check' as shell commands. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Linus Walleij <linusw@kernel.org> Link: https://lore.kernel.org/r/20251223142726.73417-4-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 6efe532 commit 51183d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/process/maintainer-soc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ coordinating how the changes get merged through different maintainer trees.
116116
Usually the branch that includes a driver change will also include the
117117
corresponding change to the devicetree binding description, to ensure they are
118118
in fact compatible. This means that the devicetree branch can end up causing
119-
warnings in the "make dtbs_check" step. If a devicetree change depends on
119+
warnings in the ``make dtbs_check`` step. If a devicetree change depends on
120120
missing additions to a header file in include/dt-bindings/, it will fail the
121-
"make dtbs" step and not get merged.
121+
``make dtbs`` step and not get merged.
122122

123123
There are multiple ways to deal with this:
124124

0 commit comments

Comments
 (0)