]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dt-bindings: input: qcom,pm8941-pwrkey: Fix formatting of descriptions
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 9 Sep 2025 14:03:32 +0000 (16:03 +0200)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 9 Sep 2025 14:13:04 +0000 (07:13 -0700)
Property descriptions should indent with two spaces and they do not need
to preserve formatting.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250909140331.69756-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.yaml

index 62314a5fdce59bb00d1e8b86d6a29a091128aa50..72006a14fd41e4e4f63d17c5681afbf5960cfbae 100644 (file)
@@ -25,23 +25,22 @@ properties:
     maxItems: 1
 
   debounce:
-    description: |
-          Time in microseconds that key must be pressed or
-          released for state change interrupt to trigger.
+    description:
+      Time in microseconds that key must be pressed or released for state
+      change interrupt to trigger.
     $ref: /schemas/types.yaml#/definitions/uint32
 
   bias-pull-up:
-    description: |
-           Presence of this property indicates that the KPDPWR_N
-           pin should be configured for pull up.
+    description:
+      Presence of this property indicates that the KPDPWR_N pin should be
+      configured for pull up.
     $ref: /schemas/types.yaml#/definitions/flag
 
   linux,code:
-    description: |
-           The input key-code associated with the power key.
-           Use the linux event codes defined in
-           include/dt-bindings/input/linux-event-codes.h
-           When property is omitted KEY_POWER is assumed.
+    description:
+      The input key-code associated with the power key.  Use the linux event
+      codes defined in include/dt-bindings/input/linux-event-codes.h.
+      When property is omitted KEY_POWER is assumed.
 
 required:
   - compatible