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>

authored by Krzysztof Kozlowski and committed by Arnd Bergmann 51183d3f 6efe5322

+2 -2
+2 -2
Documentation/process/maintainer-soc.rst
··· 116 116 Usually the branch that includes a driver change will also include the 117 117 corresponding change to the devicetree binding description, to ensure they are 118 118 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 120 120 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. 122 122 123 123 There are multiple ways to deal with this: 124 124