Re: [PATCH] drivers: tty: Fix improper spaces and braces
From: Greg KH
Date: Mon Aug 28 2017 - 10:14:07 EST
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 <himanshujha199640@xxxxxxxxx>
> ---
> drivers/tty/amiserial.c | 107 +++++++++++++++++++++++-------------------------
> 1 file changed, 51 insertions(+), 56 deletions(-)
Please put the driver name in the subject.
Also, you sent multiple patches for this driver, and I don't know which
one to apply in which order, please fix up and resend it as a series.
thanks,
greg k-h