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

Documentation/devicetree/bindings/serial/ fix a typo

Corrected the word beteween to between in the file rs485.txt.

Signed-off-by: Stefan Huber <steffhip@gmail.com>
Signed-off-by: Matthias Schid <aircrach115@gmail.com>
Signed-off-by: Simon Puels <simon.puels@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Stefan Huber and committed by
Jiri Kosina
86466036 a15112eb

+1 -1
+1 -1
Documentation/devicetree/bindings/serial/rs485.txt
··· 7 7 8 8 Required properties: 9 9 - rs485-rts-delay: prop-encoded-array <a b> where: 10 - * a is the delay beteween rts signal and beginning of data sent in milliseconds. 10 + * a is the delay between rts signal and beginning of data sent in milliseconds. 11 11 it corresponds to the delay before sending data. 12 12 * b is the delay between end of data sent and rts signal in milliseconds 13 13 it corresponds to the delay after sending data and actual release of the line.