Re: [PATCH] serial: samsung: macros with complex values should be enclosed in parentheses

2018-03-22 Thread YOUNGKEUN OH
On 03/22/2018 05:45 PM, Greg KH wrote: > On Thu, Mar 22, 2018 at 01:37:45PM +0900, y.k.oh wrote: >> >> >> On 03/14/2018 10:58 PM, Greg KH wrote: >>> On Wed, Mar 14, 2018 at 11:17:05AM +0900, YOUNGKEUN OH wrote: Cleanup checkpatch error: ERROR: Macros with complex values should be enclos

Re: [PATCH] serial: samsung: macros with complex values should be enclosed in parentheses

2018-03-22 Thread Greg KH
On Thu, Mar 22, 2018 at 01:37:45PM +0900, y.k.oh wrote: > > > On 03/14/2018 10:58 PM, Greg KH wrote: > > On Wed, Mar 14, 2018 at 11:17:05AM +0900, YOUNGKEUN OH wrote: > >> Cleanup checkpatch error: > >> ERROR: Macros with complex values should be enclosed in parentheses > >> > >> Signed-off-by: Y

Re: [PATCH] serial: samsung: macros with complex values should be enclosed in parentheses

2018-03-21 Thread Joe Perches
On Thu, 2018-03-22 at 13:37 +0900, y.k.oh wrote: > > On 03/14/2018 10:58 PM, Greg KH wrote: > > On Wed, Mar 14, 2018 at 11:17:05AM +0900, YOUNGKEUN OH wrote: > > > Cleanup checkpatch error: > > > ERROR: Macros with complex values should be enclosed in parentheses > > > > > > Signed-off-by: YOUNGK

Re: [PATCH] serial: samsung: macros with complex values should be enclosed in parentheses

2018-03-21 Thread y.k.oh
On 03/14/2018 10:58 PM, Greg KH wrote: > On Wed, Mar 14, 2018 at 11:17:05AM +0900, YOUNGKEUN OH wrote: >> Cleanup checkpatch error: >> ERROR: Macros with complex values should be enclosed in parentheses >> >> Signed-off-by: YOUNGKEUN OH >> --- >> drivers/tty/serial/samsung.c | 16 --

Re: [PATCH] serial: samsung: macros with complex values should be enclosed in parentheses

2018-03-14 Thread Greg KH
On Wed, Mar 14, 2018 at 11:17:05AM +0900, YOUNGKEUN OH wrote: > Cleanup checkpatch error: > ERROR: Macros with complex values should be enclosed in parentheses > > Signed-off-by: YOUNGKEUN OH > --- > drivers/tty/serial/samsung.c | 16 > 1 file changed, 8 insertions(+), 8 deletio

[PATCH] serial: samsung: macros with complex values should be enclosed in parentheses

2018-03-13 Thread YOUNGKEUN OH
Cleanup checkpatch error: ERROR: Macros with complex values should be enclosed in parentheses Signed-off-by: YOUNGKEUN OH --- drivers/tty/serial/samsung.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsun