Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751646AbdH1PCe (ORCPT ); Mon, 28 Aug 2017 11:02:34 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:33655 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751743AbdH1O5u (ORCPT ); Mon, 28 Aug 2017 10:57:50 -0400 Date: Mon, 28 Aug 2017 20:27:43 +0530 From: Himanshu Jha To: Greg KH Cc: jslaby@suse.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers: tty: Fix improper spaces and braces Message-ID: <20170828145743.GA2597@himanshu-Vostro-3559> References: <1503320081-9209-1-git-send-email-himanshujha199640@gmail.com> <20170828141408.GA30972@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170828141408.GA30972@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1017 Lines: 31 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 > > --- > > drivers/tty/amiserial.c | 107 +++++++++++++++++++++++------------------------- > > 1 file changed, 51 insertions(+), 56 deletions(-) > > Please put the driver name in the subject. I will send this again with appropriate 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. I have only send 1 patch for this driver and that has been added to the tty-testing branch. Patch title: "tty: serial: 8250_mtk: Use PTR_ERR_OR_ZERO" I don't know if you are talking about staging/rtl8723bs patches that i sent you while ago ? Please let me know! Thanks > > thanks, > > greg k-h