summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorHariprasad Kelam <hariprasad.kelam@gmail.com>2019-03-28 08:47:33 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-16 15:25:40 +0200
commitc7a6b9e4df4c5d9e95e38766923f98117b045c39 (patch)
tree90e6d8deb3809a802bed7cbaa192147aadc2f030 /drivers/tty
parent3117ff13f104e98b05b61e19cc754d1377e92e15 (diff)
downloadlinux-c7a6b9e4df4c5d9e95e38766923f98117b045c39.tar.bz2
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/tty')
-rw-r--r--drivers/tty/serial/serial_core.c2
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 */