Re: [PATCH] drivers: tty: Fix improper spaces and braces

2017-08-28 Thread Himanshu Jha
On Mon, Aug 28, 2017 at 04:14:08PM +0200, Greg KH wrote: > On Mon, Aug 21, 2017 at 06:24:41PM +0530, Himanshu Jha wrote: > > Fixes improper spacing by adding/subtracting necessary spaces > > around expression and keywords, and removing unnecessary braces. > > > > Signed-off-by: Himanshu Jha

Re: [PATCH] drivers: tty: Fix improper spaces and braces

2017-08-28 Thread Himanshu Jha
On Mon, Aug 28, 2017 at 04:14:08PM +0200, Greg KH wrote: > On Mon, Aug 21, 2017 at 06:24:41PM +0530, Himanshu Jha wrote: > > Fixes improper spacing by adding/subtracting necessary spaces > > around expression and keywords, and removing unnecessary braces. > > > > Signed-off-by: Himanshu Jha > >

Re: [PATCH] drivers: tty: Fix improper spaces and braces

2017-08-28 Thread Greg KH
On Mon, Aug 21, 2017 at 06:24:41PM +0530, Himanshu Jha wrote: > Fixes improper spacing by adding/subtracting necessary spaces > around expression and keywords, and removing unnecessary braces. > > Signed-off-by: Himanshu Jha > --- > drivers/tty/amiserial.c | 107 >

Re: [PATCH] drivers: tty: Fix improper spaces and braces

2017-08-28 Thread Greg KH
On Mon, Aug 21, 2017 at 06:24:41PM +0530, Himanshu Jha wrote: > Fixes improper spacing by adding/subtracting necessary spaces > around expression and keywords, and removing unnecessary braces. > > Signed-off-by: Himanshu Jha > --- > drivers/tty/amiserial.c | 107 >

[PATCH] drivers: tty: Fix improper spaces and braces

2017-08-21 Thread Himanshu Jha
Fixes improper spacing by adding/subtracting necessary spaces around expression and keywords, and removing unnecessary braces. Signed-off-by: Himanshu Jha --- drivers/tty/amiserial.c | 107 +++- 1 file changed, 51

[PATCH] drivers: tty: Fix improper spaces and braces

2017-08-21 Thread Himanshu Jha
Fixes improper spacing by adding/subtracting necessary spaces around expression and keywords, and removing unnecessary braces. Signed-off-by: Himanshu Jha --- drivers/tty/amiserial.c | 107 +++- 1 file changed, 51 insertions(+), 56 deletions(-) diff