diff options
author | Hariprasad Kelam | 2019-03-28 04:17:33 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2019-04-16 15:25:40 +0200 |
commit | c7a6b9e4df4c5d9e95e38766923f98117b045c39 (patch) | |
tree | 90e6d8deb3809a802bed7cbaa192147aadc2f030 /drivers | |
parent | tty: Add NULL TTY driver (diff) | |
download | kernel-qcow2-linux-c7a6b9e4df4c5d9e95e38766923f98117b045c39.tar.gz kernel-qcow2-linux-c7a6b9e4df4c5d9e95e38766923f98117b045c39.tar.xz kernel-qcow2-linux-c7a6b9e4df4c5d9e95e38766923f98117b045c39.zip |
tty:serial_core: Spelling mistake
fix spelling mistake "overriden" -> "overridden"
This fix resolves warning reported by checkpatch tool.
Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/serial/serial_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c index 351843f847c0..69f48717546b 100644 --- a/drivers/tty/serial/serial_core.c +++ b/drivers/tty/serial/serial_core.c @@ -1514,7 +1514,7 @@ static void uart_set_termios(struct tty_struct *tty, } uart_change_speed(tty, state, old_termios); - /* reload cflag from termios; port driver may have overriden flags */ + /* reload cflag from termios; port driver may have overridden flags */ cflag = tty->termios.c_cflag; /* Handle transition to B0 status */ |