From 36b1dea5b2b8af827b19669beeb9fb97517ae5ca Mon Sep 17 00:00:00 2001 From: Nick Patavalis Date: Thu, 18 Jan 2018 10:31:14 +0200 Subject: [PATCH] Minor rewording / update --- termios2.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/termios2.txt b/termios2.txt index 124673b..67f50f4 100644 --- a/termios2.txt +++ b/termios2.txt @@ -143,7 +143,7 @@ values. The details of how the kernel updates the termios2 structure with the baudrate values supplied by the serial drivers can be seen in file -"drivers/tty/tty_ioctl.c", function "tty_termios_encode_baud_rate()" -which is what the serial drivers call to notify the kernel about the -effective baudrate. +"drivers/tty/tty_ioctl.c", or "drivers/tty/tty_baudrate.c" function +"tty_termios_encode_baud_rate()" which is what the serial drivers call +to notify the kernel about the effective baudrate.