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

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
...@@ -349,7 +349,8 @@ static void f81232_break_ctl(struct tty_struct *tty, int break_state) ...@@ -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) static void f81232_set_baudrate(struct usb_serial_port *port, speed_t baudrate)
{ {
u8 lcr; u8 lcr;
int divisor, status = 0; int divisor;
int status = 0;
divisor = calc_baud_divisor(baudrate); divisor = calc_baud_divisor(baudrate);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment