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

[media] docs: fix typo in lirc_device_interface.xml

Reported-by: Daniel Burr <dburr@topcon.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Jarod Wilson and committed by
Mauro Carvalho Chehab
fe06b11d 2aefbc1a

+1 -1
+1 -1
Documentation/DocBook/v4l/lirc_device_interface.xml
··· 45 45 <para>The data written to the chardev is a pulse/space sequence of integer 46 46 values. Pulses and spaces are only marked implicitly by their position. The 47 47 data must start and end with a pulse, therefore, the data must always include 48 - an unevent number of samples. The write function must block until the data has 48 + an uneven number of samples. The write function must block until the data has 49 49 been transmitted by the hardware.</para> 50 50 </section> 51 51