Skip to content

Commit d5ad57f

Browse files
krzkdtor
authored andcommitted
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>
1 parent 8742beb commit d5ad57f

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,22 @@ properties:
2525
maxItems: 1
2626

2727
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.
3131
$ref: /schemas/types.yaml#/definitions/uint32
3232

3333
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.
3737
$ref: /schemas/types.yaml#/definitions/flag
3838

3939
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.
4544

4645
required:
4746
- compatible

0 commit comments

Comments
 (0)