From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752871AbcAGTV6 (ORCPT ); Thu, 7 Jan 2016 14:21:58 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45222 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752525AbcAGTV5 (ORCPT ); Thu, 7 Jan 2016 14:21:57 -0500 Date: Thu, 7 Jan 2016 11:21:55 -0800 From: Greg KH To: Pranjal Bhor Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/40] drivers/stagin/wlan-ng/p80211conv.c: Fix coding style Message-ID: <20160107192155.GB31702@kroah.com> References: <1452194055-5660-1-git-send-email-bhor.pranjal@gmail.com> <20160107192113.GA31702@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160107192113.GA31702@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 On Thu, Jan 07, 2016 at 11:21:13AM -0800, Greg KH wrote: > On Fri, Jan 08, 2016 at 12:44:15AM +0530, Pranjal Bhor wrote: > > Blank line after opening brace removed > > > > Signed-off-by: Pranjal Bhor > > --- > > drivers/staging/wlan-ng/p80211conv.c | 1 - > > 1 file changed, 1 deletion(-) > > I can't take 40 patches all with the exact same Subject: :( > > Please make them unique, as-is, this isn't acceptable. Also, this shouldn't be one-patch-per-fix, it's one-patch-per-type-of-fix. This can be reduced to many less patches. thanks, greg k-h