Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751422AbdH1OOE (ORCPT ); Mon, 28 Aug 2017 10:14:04 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40444 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbdH1OOD (ORCPT ); Mon, 28 Aug 2017 10:14:03 -0400 Date: Mon, 28 Aug 2017 16:14:08 +0200 From: Greg KH To: Himanshu Jha Cc: jslaby@suse.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers: tty: Fix improper spaces and braces Message-ID: <20170828141408.GA30972@kroah.com> References: <1503320081-9209-1-git-send-email-himanshujha199640@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503320081-9209-1-git-send-email-himanshujha199640@gmail.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 603 Lines: 17 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. 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