]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation/process: maintainer-soc: Mark 'make' as commands
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Tue, 23 Dec 2025 14:27:28 +0000 (15:27 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 7 Jan 2026 16:47:43 +0000 (17:47 +0100)
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>
Documentation/process/maintainer-soc.rst

index 014c639022b2d677e8aa8aaf6ff9e25fcad5fbfe..7d6bad989ad885090b71233cc693f9b3b9dd48e5 100644 (file)
@@ -116,9 +116,9 @@ coordinating how the changes get merged through different maintainer trees.
 Usually the branch that includes a driver change will also include the
 corresponding change to the devicetree binding description, to ensure they are
 in fact compatible.  This means that the devicetree branch can end up causing
-warnings in the "make dtbs_check" step.  If a devicetree change depends on
+warnings in the ``make dtbs_check`` step.  If a devicetree change depends on
 missing additions to a header file in include/dt-bindings/, it will fail the
-"make dtbs" step and not get merged.
+``make dtbs`` step and not get merged.
 
 There are multiple ways to deal with this: