Use a more common kernel coding style.

Signed-off-by: Thomas Vegas <thomas...@safe-mail.net>
---
 drivers/staging/serqt_usb2/serqt_usb2.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/serqt_usb2/serqt_usb2.c 
b/drivers/staging/serqt_usb2/serqt_usb2.c
index 90cf2bd..f329cb4 100644
--- a/drivers/staging/serqt_usb2/serqt_usb2.c
+++ b/drivers/staging/serqt_usb2/serqt_usb2.c
@@ -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");
-- 
1.7.2.5

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to