提交 50238299 编写于 作者: S Shaun Silk 提交者: Greg Kroah-Hartman

USB: gadget: u_serial.c: fixed a brace coding style issue

Signed-off-by: NShaun Silk <g0del@bigpond.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 2093c6b4
......@@ -552,9 +552,8 @@ static void gs_rx_push(unsigned long _port)
/* Push from tty to ldisc; without low_latency set this is handled by
* a workqueue, so we won't get callbacks and can hold port_lock
*/
if (tty && do_push) {
if (tty && do_push)
tty_flip_buffer_push(tty);
}
/* We want our data queue to become empty ASAP, keeping data
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册