]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Documentation: spi-ir-led: fix spelling mistake "balue"->"value"
authorMohana Datta Yelugoti <ymdatta.work@gmail.com>
Wed, 25 Dec 2019 20:59:39 +0000 (02:29 +0530)
committerRob Herring <robh@kernel.org>
Wed, 8 Jan 2020 16:41:59 +0000 (10:41 -0600)
There is a spelling mistake in:
      Documentation/bindings/leds/irled/spi-ir-led.txt.
Fix it.

Signed-off-by: Mohana Datta Yelugoti <ymdatta.work@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt

index 21882c8d4b0c91ed27252eef9a5c5c9a6541e131..83ff1b4d70a65b6b5b577985bbfc288040da0d46 100644 (file)
@@ -8,7 +8,7 @@ Required properties:
        - compatible: should be "ir-spi-led".
 
 Optional properties:
-       - duty-cycle: 8 bit balue that represents the percentage of one period
+       - duty-cycle: 8 bit value that represents the percentage of one period
          in which the signal is active.  It can be 50, 60, 70, 75, 80 or 90.
        - led-active-low: boolean value that specifies whether the output is
          negated with a NOT gate.