USB: f81232: fix some minor style issues

Fix some really minor coding-style issues.

Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
Johan Hovold 2015-03-27 17:33:38 +01:00
parent 96ee85c065
commit 65dd82ae45

View file

@ -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);