Эх сурвалжийг харах

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>
Bo YU 8 жил өмнө
parent
commit
79de2d0e8d

+ 1 - 1
drivers/staging/speakup/serialio.c

@@ -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);