From: Hariprasad Kelam Date: Thu, 28 Mar 2019 03:17:33 +0000 (+0530) Subject: tty:serial_core: Spelling mistake X-Git-Tag: v5.2-rc1~131^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7a6b9e4df4c5d9e95e38766923f98117b045c39;p=thirdparty%2Fkernel%2Flinux.git tty:serial_core: Spelling mistake fix spelling mistake "overriden" -> "overridden" This fix resolves warning reported by checkpatch tool. Signed-off-by: Hariprasad Kelam Reviewed-by: Mukesh Ojha Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c index 351843f847c0a..69f48717546b2 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 */