]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
staging: serqt_usb2: Add blank line after declaration
authorThomas Vegas <thomas_75@safe-mail.net>
Tue, 1 Apr 2014 16:28:33 +0000 (18:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 May 2014 00:16:38 +0000 (20:16 -0400)
Use a more common kernel coding style.

Signed-off-by: Thomas Vegas <thomas_75@safe-mail.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/serqt_usb2/serqt_usb2.c

index 90cf2bd6728cc0e6a8f77365257ce0406b4bbd0f..f329cb4d632383aa820b300a62da47658389497a 100644 (file)
@@ -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");