提交 f5a7856e 编写于 作者: T Thomas Vegas 提交者: Greg Kroah-Hartman

staging: serqt_usb2: Add blank line after declaration

Use a more common kernel coding style.
Signed-off-by: NThomas Vegas <thomas_75@safe-mail.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c46e961e
......@@ -1265,9 +1265,9 @@ static void qt_set_termios(struct tty_struct *tty,
if (I_IXOFF(tty) || I_IXON(tty)) {
unsigned char stop_char = STOP_CHAR(tty);
unsigned char start_char = START_CHAR(tty);
status =
box_set_sw_flow_ctrl(port->serial, index, stop_char,
start_char);
status = box_set_sw_flow_ctrl(port->serial, index, stop_char,
start_char);
if (status < 0)
dev_dbg(&port->dev,
"box_set_sw_flow_ctrl (enabled) failed\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册