Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: input: qcom,pm8941-pwrkey: Fix formatting of descriptions

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>

authored by

Krzysztof Kozlowski and committed by
Dmitry Torokhov
d5ad57fc 8742bebb

+10 -11
+10 -11
Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.yaml
··· 25 25 maxItems: 1 26 26 27 27 debounce: 28 - description: | 29 - Time in microseconds that key must be pressed or 30 - released for state change interrupt to trigger. 28 + description: 29 + Time in microseconds that key must be pressed or released for state 30 + change interrupt to trigger. 31 31 $ref: /schemas/types.yaml#/definitions/uint32 32 32 33 33 bias-pull-up: 34 - description: | 35 - Presence of this property indicates that the KPDPWR_N 36 - pin should be configured for pull up. 34 + description: 35 + Presence of this property indicates that the KPDPWR_N pin should be 36 + configured for pull up. 37 37 $ref: /schemas/types.yaml#/definitions/flag 38 38 39 39 linux,code: 40 - description: | 41 - The input key-code associated with the power key. 42 - Use the linux event codes defined in 43 - include/dt-bindings/input/linux-event-codes.h 44 - When property is omitted KEY_POWER is assumed. 40 + description: 41 + The input key-code associated with the power key. Use the linux event 42 + codes defined in include/dt-bindings/input/linux-event-codes.h. 43 + When property is omitted KEY_POWER is assumed. 45 44 46 45 required: 47 46 - compatible