Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH v2] tty:serial_core: Spelling mistake
@ 2019-03-28  3:17 Hariprasad Kelam
  2019-03-28  6:30 ` Mukesh Ojha
  0 siblings, 1 reply; 2+ messages in thread
From: Hariprasad Kelam @ 2019-03-28  3:17 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, open list:SERIAL DRIVERS,
	open list

fix spelling mistake "overriden" -> "overridden"

This fix resolves warning reported by checkpatch tool.

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
---
Changes in V2:
              -Make commit message more clear
---
 drivers/tty/serial/serial_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c
index 351843f..69f4871 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 */
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-28  6:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-28  3:17 [PATCH v2] tty:serial_core: Spelling mistake Hariprasad Kelam
2019-03-28  6:30 ` Mukesh Ojha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox