From 5023829969f56b78a16da94f34c605bbbb344018 Mon Sep 17 00:00:00 2001 From: Shaun Silk Date: Mon, 26 Sep 2011 11:26:43 +1000 Subject: [PATCH] USB: gadget: u_serial.c: fixed a brace coding style issue Signed-off-by: Shaun Silk Signed-off-by: Greg Kroah-Hartman --- drivers/usb/gadget/u_serial.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/usb/gadget/u_serial.c b/drivers/usb/gadget/u_serial.c index a8aa46962d8..3a4a664bab4 100644 --- a/drivers/usb/gadget/u_serial.c +++ b/drivers/usb/gadget/u_serial.c @@ -552,9 +552,8 @@ recycle: /* 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 -- 2.46.0