mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
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:
parent
5756ee9996
commit
6f803cd08f
1 changed files with 10 additions and 9 deletions
|
@ -1633,7 +1633,8 @@ static void serial8250_backup_timeout(unsigned long data)
|
|||
serial_out(up, UART_IER, ier);
|
||||
|
||||
/* 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue