[PATCH 2/4] staging: speakup: add a space around '|'

Okash Khawaja okash.khawaja at gmail.com
Wed Jun 7 13:48:51 UTC 2017


On Mon, Jun 05, 2017 at 11:44:11PM -0400, Bo YU wrote:
> Add a space around logical symbol '|' to wipe out checkpatch check
> 
> Signed-off-by: Bo YU <tsu.yubo at gmail.com>

Reviewed-by: Okash Khawaja <okash.khawaja at gmail.com>

> ---
>  drivers/staging/speakup/serialio.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/speakup/serialio.c b/drivers/staging/speakup/serialio.c
> index 8d2f7c672cc6..f38eb66943bf 100644
> --- a/drivers/staging/speakup/serialio.c
> +++ b/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);
> -- 
> 1.7.10.4
> 


More information about the devel mailing list