提交 8191762a 编写于 作者: G Gimcuan Hui 提交者: Greg Kroah-Hartman

tty: serial: jsm: add space before the open parenthesis '('

This patch fixes the checkpatch.pl complains:

space required before the open parenthesis '('.
Signed-off-by: NGimcuan Hui <gimcuan@gmail.com>
Acked-by: NGuilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 67c6f4b6
......@@ -541,7 +541,7 @@ void jsm_input(struct jsm_channel *ch)
tp = port->tty;
bd = ch->ch_bd;
if(!bd)
if (!bd)
return;
spin_lock_irqsave(&ch->ch_lock, lock_flags);
......@@ -781,7 +781,7 @@ void jsm_check_queue_flow_control(struct jsm_channel *ch)
if (qleft < 256) {
/* HWFLOW */
if (ch->ch_c_cflag & CRTSCTS) {
if(!(ch->ch_flags & CH_RECEIVER_OFF)) {
if (!(ch->ch_flags & CH_RECEIVER_OFF)) {
bd_ops->disable_receiver(ch);
ch->ch_flags |= (CH_RECEIVER_OFF);
jsm_dbg(READ, &ch->ch_bd->pci_dev,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册