Skip to content
Snippets Groups Projects
Commit 77124a42 authored by Wang Qing's avatar Wang Qing Committed by Greg Kroah-Hartman
Browse files

drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'


wheter -> whether

Signed-off-by: default avatarWang Qing <wangqing@vivo.com>
Link: https://lore.kernel.org/r/1615345622-2015-1-git-send-email-wangqing@vivo.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8ba0f967
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment