Commit f5a7856e authored by Thomas Vegas's avatar Thomas Vegas Committed by Greg Kroah-Hartman
Browse files

staging: serqt_usb2: Add blank line after declaration



Use a more common kernel coding style.

Signed-off-by: default avatarThomas Vegas <thomas_75@safe-mail.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c46e961e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1265,8 +1265,8 @@ 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,

		status = box_set_sw_flow_ctrl(port->serial, index, stop_char,
					      start_char);
		if (status < 0)
			dev_dbg(&port->dev,