提交 8d23766b 编写于 作者: P Peter E. Berger 提交者: Johan Hovold

USB: io_ti: Remove extra blank lines separating functions

Remove extra blank lines in the several places where functions were
separated by more than one.
Signed-off-by: NPeter E. Berger <pberger@brimson.com>
Signed-off-by: NJohan Hovold <johan@kernel.org>
上级 75899513
...@@ -442,7 +442,6 @@ static int write_boot_mem(struct edgeport_serial *serial, ...@@ -442,7 +442,6 @@ static int write_boot_mem(struct edgeport_serial *serial,
return status; return status;
} }
/* Write edgeport I2C memory to TI chip */ /* Write edgeport I2C memory to TI chip */
static int write_i2c_mem(struct edgeport_serial *serial, static int write_i2c_mem(struct edgeport_serial *serial,
int start_address, int length, __u8 address_type, __u8 *buffer) int start_address, int length, __u8 address_type, __u8 *buffer)
...@@ -632,8 +631,6 @@ static int write_rom(struct edgeport_serial *serial, int start_address, ...@@ -632,8 +631,6 @@ static int write_rom(struct edgeport_serial *serial, int start_address,
return -EINVAL; return -EINVAL;
} }
/* Read a descriptor header from I2C based on type */ /* Read a descriptor header from I2C based on type */
static int get_descriptor_addr(struct edgeport_serial *serial, static int get_descriptor_addr(struct edgeport_serial *serial,
int desc_type, struct ti_i2c_desc *rom_desc) int desc_type, struct ti_i2c_desc *rom_desc)
...@@ -1514,7 +1511,6 @@ static int do_boot_mode(struct edgeport_serial *serial, ...@@ -1514,7 +1511,6 @@ static int do_boot_mode(struct edgeport_serial *serial,
return 0; return 0;
} }
static int ti_do_config(struct edgeport_port *port, int feature, int on) static int ti_do_config(struct edgeport_port *port, int feature, int on)
{ {
int port_number = port->port->port_number; int port_number = port->port->port_number;
...@@ -1525,7 +1521,6 @@ static int ti_do_config(struct edgeport_port *port, int feature, int on) ...@@ -1525,7 +1521,6 @@ static int ti_do_config(struct edgeport_port *port, int feature, int on)
on, NULL, 0); on, NULL, 0);
} }
static int restore_mcr(struct edgeport_port *port, __u8 mcr) static int restore_mcr(struct edgeport_port *port, __u8 mcr)
{ {
int status = 0; int status = 0;
...@@ -1631,7 +1626,6 @@ static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, ...@@ -1631,7 +1626,6 @@ static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data,
icount->frame++; icount->frame++;
} }
static void edge_interrupt_callback(struct urb *urb) static void edge_interrupt_callback(struct urb *urb)
{ {
struct edgeport_serial *edge_serial = urb->context; struct edgeport_serial *edge_serial = urb->context;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册