]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs: dt: writing-bindings: Consistently use single-whitespace
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 7 Jul 2025 09:50:22 +0000 (11:50 +0200)
committerRob Herring (Arm) <robh@kernel.org>
Tue, 8 Jul 2025 12:22:22 +0000 (07:22 -0500)
Document uses only single whitespace after full stop, so fix
inconsistency.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250707095019.66792-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/writing-bindings.rst

index 962e38a1751a51757b877f183378ee89fffeb710..a2d2afd099c0bd922cf12dcf49f5dffe6da748f1 100644 (file)
@@ -81,7 +81,7 @@ Typical cases and caveats
 - Phandle entries, like clocks/dmas/interrupts/resets, should always be
   explicitly ordered. Include the {clock,dma,interrupt,reset}-names if there is
   more than one phandle. When used, both of these fields need the same
-  constraints (e.g.  list of items).
+  constraints (e.g. list of items).
 
 - For names used in {clock,dma,interrupt,reset}-names, do not add any suffix,
   e.g.: "tx" instead of "txirq" (for interrupt).