Re: [PATCH 08/11] tty: serial: 8250: Add parentheses to macro

2015-12-18 Thread Andy Shevchenko
On Fri, 2015-12-18 at 12:36 +0100, anton.wuer...@fau.de wrote: > Hello Andy, > > > What about the rest of the drivers under drivers/tty/serial? > > > > What do you propose to do with, for example, the following > > > > drivers/tty/serial/cpm_uart/cpm_uart_core.c:1392:#define > > CPM_UART_CONSOLE

Re: [PATCH 08/11] tty: serial: 8250: Add parentheses to macro

2015-12-18 Thread anton . wuerfel
Hello Andy, > What about the rest of the drivers under drivers/tty/serial? > > What do you propose to do with, for example, the following > > drivers/tty/serial/cpm_uart/cpm_uart_core.c:1392:#define > CPM_UART_CONSOLE   &cpm_scc_uart_console > drivers/tty/serial/cpm_uart/cpm_uart_core.c:1394:#

Re: [PATCH 08/11] tty: serial: 8250: Add parentheses to macro

2015-12-17 Thread Andy Shevchenko
On Wed, 2015-12-16 at 16:36 +0100, Anton Wuerfel wrote: > This patch fixes a checkpatch warning caused by missing parentheses > in the definition of a macro. > > Signed-off-by: Anton Würfel > Signed-off-by: Phillip Raffeck > CC: linux-ker...@i4.cs.fau.de > --- >  drivers/tty/serial/8250/8250_cor