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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>

Reviewed-by: Okash Khawaja <okash.khawaja@xxxxxxxxx>

> ---
>  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
> 
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux