serial8250: coding style
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -1633,7 +1633,8 @@ static void serial8250_backup_timeout(unsigned long data)
|
|||||||
serial_out(up, UART_IER, ier);
|
serial_out(up, UART_IER, ier);
|
||||||
|
|
||||||
/* Standard timer interval plus 0.2s to keep the port running */
|
/* Standard timer interval plus 0.2s to keep the port running */
|
||||||
mod_timer(&up->timer, jiffies + poll_timeout(up->port.timeout) + HZ/5);
|
mod_timer(&up->timer,
|
||||||
|
jiffies + poll_timeout(up->port.timeout) + HZ / 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
static unsigned int serial8250_tx_empty(struct uart_port *port)
|
static unsigned int serial8250_tx_empty(struct uart_port *port)
|
||||||
|
Reference in New Issue
Block a user