public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tty: serial_core: Spelling correction
@ 2019-03-22  3:01 Hariprasad Kelam
  2019-03-22  3:28 ` Gustavo A. R. Silva
  2019-03-27 15:13 ` Greg KH
  0 siblings, 2 replies; 7+ messages in thread
From: Hariprasad Kelam @ 2019-03-22  3:01 UTC (permalink / raw)
  To: gregkh, jslaby, linux-serial, linux-kernel

fix spelling mistake "overriden" -> "overridden"
This fix resolves warning reported by checkpatch tool

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
---
 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] 7+ messages in thread
* [PATCH] tty: serial_core: Spelling correction
@ 2019-03-22  0:38 Hariprasad Kelam
  2019-03-22  0:56 ` Gustavo A. R. Silva
  0 siblings, 1 reply; 7+ messages in thread
From: Hariprasad Kelam @ 2019-03-22  0:38 UTC (permalink / raw)
  To: gregkh, jslaby, linux-serial, linux-kernel

fix warning reported by checkpatch tool

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
---
 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] 7+ messages in thread
* [PATCH] tty: serial_core: Spelling correction
@ 2019-03-21  3:59 hariprasadk
  2019-03-21  5:20 ` Jiri Slaby
  0 siblings, 1 reply; 7+ messages in thread
From: hariprasadk @ 2019-03-21  3:59 UTC (permalink / raw)
  To: gregkh, jslaby, linux-serial, linux-kernel

fix warning reported by checkpatch tool

Signed-off-by: hariprasadk <hari1219@gmail.com>
---
 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] 7+ messages in thread

end of thread, other threads:[~2019-03-27 18:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-22  3:01 [PATCH] tty: serial_core: Spelling correction Hariprasad Kelam
2019-03-22  3:28 ` Gustavo A. R. Silva
2019-03-27 15:13 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2019-03-22  0:38 Hariprasad Kelam
2019-03-22  0:56 ` Gustavo A. R. Silva
2019-03-21  3:59 hariprasadk
2019-03-21  5:20 ` Jiri Slaby

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