From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755573AbbIWQeN (ORCPT ); Wed, 23 Sep 2015 12:34:13 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:33800 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753302AbbIWQeL (ORCPT ); Wed, 23 Sep 2015 12:34:11 -0400 Date: Wed, 23 Sep 2015 22:03:59 +0530 From: Sudip Mukherjee To: punit vara Cc: Jaime Arrocha , Larry.Finger@lwfinger.net, devel@driverdev.osuosl.org, Flo Schil , linux-kernel@vger.kernel.org, Greg KH Subject: Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment Message-ID: <20150923163359.GA13415@sudip-pc> References: <1442954036-9037-1-git-send-email-punitvara@gmail.com> <20150923053105.GC4010@sudip-pc> <56025403.4010004@innercoder.com> <20150923153443.GA13153@sudip-pc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 23, 2015 at 09:51:23PM +0530, punit vara wrote: > On Wed, Sep 23, 2015 at 9:04 PM, Sudip Mukherjee > wrote: > > On Wed, Sep 23, 2015 at 07:32:52PM +0530, punit vara wrote: > >> On Wed, Sep 23, 2015 at 12:55 PM, Jaime Arrocha wrote: > >> > > >> > On 09/23/2015 12:31 AM, Sudip Mukherjee wrote: > >> >> > >> >> On Wed, Sep 23, 2015 at 02:03:56AM +0530, Punit Vara wrote: > > > >> > >> > >> It would be better if someone suggest me how to create independent > >> patch when already I have few patches in directory . Or is it > >> necessary to clear directory every time whenever we work on new > >> problems ? > > I think I have already told you how to use git format-patch to generate > > single patch when you mailed me offlist. > > > > regards > > sudip > > > > Yes sir I remembered your advice . But it was creating all the time > patch starting from 0001-... that is why It was difficult to remember > different patches for me so I used to change last number accordingly. > Thank you again for remind me .I would follow that from now onward Don't use -n with git format-patch, the numbers will not be added in the subject. regards sudip