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

Documentation: spi-ir-led: fix spelling mistake "balue"->"value"

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>

authored by

Mohana Datta Yelugoti and committed by
Rob Herring
3d7558bf baac82fe

+1 -1
+1 -1
Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt
··· 8 8 - compatible: should be "ir-spi-led". 9 9 10 10 Optional properties: 11 - - duty-cycle: 8 bit balue that represents the percentage of one period 11 + - duty-cycle: 8 bit value that represents the percentage of one period 12 12 in which the signal is active. It can be 50, 60, 70, 75, 80 or 90. 13 13 - led-active-low: boolean value that specifies whether the output is 14 14 negated with a NOT gate.