diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-07-17 15:42:46 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2022-07-17 15:55:39 +0300 |
commit | 13b64a0c19059b38150c79d65d350ae44034c5df (patch) | |
tree | e6f6ec22a328f57609d490f13cb916855f62d3da /Documentation/devicetree/bindings/leds | |
parent | 38a3b05ac078c918827bc838b0be186b68795344 (diff) | |
download | linux-13b64a0c19059b38150c79d65d350ae44034c5df.tar.xz |
dt-bindings: leds: leds-bcm63138: unify full stops in descriptions
Description of "reg" doesn't have full stop at the end. It makes sense
as it's a one-sentence only. Use the same style for "active-low".
Reported-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-bcm63138.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-bcm63138.yaml b/Documentation/devicetree/bindings/leds/leds-bcm63138.yaml index 99cd4ba9b0ca..52252fb6bb32 100644 --- a/Documentation/devicetree/bindings/leds/leds-bcm63138.yaml +++ b/Documentation/devicetree/bindings/leds/leds-bcm63138.yaml @@ -54,7 +54,7 @@ patternProperties: active-low: type: boolean - description: Makes LED active low. + description: Makes LED active low required: - reg |