diff options
author | Wang Qing <wangqing@vivo.com> | 2021-03-10 04:07:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-23 10:24:59 +0100 |
commit | 77124a427749fc0ed63c818d02f18dbf3a9fcd11 (patch) | |
tree | 5d39aa6255bc52c1f9a6e50215a0f977d106df00 /drivers | |
parent | tty: max310x: fix flexible_array.cocci warnings (diff) | |
download | linux-77124a427749fc0ed63c818d02f18dbf3a9fcd11.tar.xz linux-77124a427749fc0ed63c818d02f18dbf3a9fcd11.zip |
drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'
wheter -> whether
Signed-off-by: Wang Qing <wangqing@vivo.com>
Link: https://lore.kernel.org/r/1615345622-2015-1-git-send-email-wangqing@vivo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/serial/sh-sci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index e1179e74a2b8..e3af97a59856 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c @@ -2124,7 +2124,7 @@ static void sci_break_ctl(struct uart_port *port, int break_state) unsigned short scscr, scsptr; unsigned long flags; - /* check wheter the port has SCSPTR */ + /* check whether the port has SCSPTR */ if (!sci_getreg(port, SCSPTR)->size) { /* * Not supported by hardware. Most parts couple break and rx |