提交 65dd82ae 编写于 作者: J Johan Hovold

USB: f81232: fix some minor style issues

Fix some really minor coding-style issues.
Signed-off-by: NJohan Hovold <johan@kernel.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册