mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
staging: speakup: add a space around '|'
Add a space around logical symbol '|' to wipe out checkpatch check Signed-off-by: Bo YU <tsu.yubo@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f6089ae42f
commit
79de2d0e8d
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ static void start_serial_interrupt(int irq)
|
|||
outb(UART_MCR_DTR | UART_MCR_RTS | UART_MCR_OUT2,
|
||||
speakup_info.port_tts + UART_MCR);
|
||||
/* Turn on Interrupts */
|
||||
outb(UART_IER_MSI|UART_IER_RLSI|UART_IER_RDI,
|
||||
outb(UART_IER_MSI | UART_IER_RLSI | UART_IER_RDI,
|
||||
speakup_info.port_tts + UART_IER);
|
||||
inb(speakup_info.port_tts + UART_LSR);
|
||||
inb(speakup_info.port_tts + UART_RX);
|
||||
|
|
Loading…
Reference in a new issue