Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65dd82ae authored by Johan Hovold's avatar Johan Hovold
Browse files

USB: f81232: fix some minor style issues



Fix some really minor coding-style issues.

Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
parent 96ee85c0
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -349,7 +349,8 @@ static void f81232_break_ctl(struct tty_struct *tty, int break_state)
static void f81232_set_baudrate(struct usb_serial_port *port, speed_t baudrate)
{
	u8 lcr;
	int divisor, status = 0;
	int divisor;
	int status = 0;

	divisor = calc_baud_divisor(baudrate);