From: Claudio Scordino <claudio@xxxxxxxxxxxxxxx> This patch adds the unit of measure (i.e., milliseconds) in the documentation serial-rs485.txt (it is already available in the header file). Signed-off-by: Claudio Scordino <claudio@xxxxxxxxxxxxxxx> Signed-off-by: Guido Classen <clagix@xxxxxxxxx> --- Documentation/serial/serial-rs485.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/serial/serial-rs485.txt b/Documentation/serial/serial-rs485.txt index 41c8378..e30335d 100644 --- a/Documentation/serial/serial-rs485.txt +++ b/Documentation/serial/serial-rs485.txt @@ -110,10 +110,10 @@ /* or, set logical level for RTS pin equal to 0 after sending: */ rs485conf.flags &= ~(SER_RS485_RTS_AFTER_SEND); - /* Set rts delay before send, if needed: */ + /* Set rts delay before send (in milliseconds) if needed: */ rs485conf.delay_rts_before_send = ...; - /* Set rts delay after send, if needed: */ + /* Set rts delay after send (in milliseconds) if needed: */ rs485conf.delay_rts_after_send = ...; /* Set this flag if you want to receive data even whilst sending data */ -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html