Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751950AbeAPQyo (ORCPT + 1 other); Tue, 16 Jan 2018 11:54:44 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54970 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750903AbeAPQyl (ORCPT ); Tue, 16 Jan 2018 11:54:41 -0500 Date: Tue, 16 Jan 2018 17:54:41 +0100 From: Greg KH To: Ruxandra Ioana Ciocoi Radulescu Cc: Bogdan Purcareata , "devel@driverdev.osuosl.org" , "robh@kernel.org" , "stuyoder@gmail.com" , "arnd@arndb.de" , "marc.zyngier@arm.com" , Roy Pledge , Nipun Gupta , "linux-kernel@vger.kernel.org" , Horia =?utf-8?Q?Geant=C4=83?= , Ioana Ciornei , "tglx@linutronix.de" , "jason@lakedaemon.net" , "linux-arm-kernel@lists.infradead.org" , Laurentiu Tudor Subject: Re: [PATCH 8/8] staging: fsl-mc: Convert documentation to rst format Message-ID: <20180116165441.GA7066@kroah.com> References: <1516108750-24938-1-git-send-email-bogdan.purcareata@nxp.com> <1516108750-24938-9-git-send-email-bogdan.purcareata@nxp.com> <20180116151415.GB1174@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Tue, Jan 16, 2018 at 03:40:18PM +0000, Ruxandra Ioana Ciocoi Radulescu wrote: > > -----Original Message----- > > From: Greg KH [mailto:gregkh@linuxfoundation.org] > > Sent: Tuesday, January 16, 2018 5:14 PM > > To: Bogdan Purcareata > > Cc: Laurentiu Tudor ; Ruxandra Ioana Ciocoi > > Radulescu ; devel@driverdev.osuosl.org; > > robh@kernel.org; stuyoder@gmail.com; arnd@arndb.de; > > marc.zyngier@arm.com; Roy Pledge ; Ioana Ciornei > > ; linux-kernel@vger.kernel.org; Horia Geantă > > ; Nipun Gupta ; > > tglx@linutronix.de; linux-arm-kernel@lists.infradead.org; > > jason@lakedaemon.net > > Subject: Re: [PATCH 8/8] staging: fsl-mc: Convert documentation to rst > > format > > > > On Tue, Jan 16, 2018 at 03:19:10PM +0200, Bogdan Purcareata wrote: > > > From: Ioana Radulescu > > > > > > Update the doc file to comply with the rst format. > > > > > > It's not integrated into the documentation build structure yet, > > > since it's still located in drivers/staging. > > > > > > Signed-off-by: Ioana Radulescu > > > Reviewed-by: Laurentiu Tudor > > > --- > > > drivers/staging/fsl-mc/README.txt | 387 ---------------------------------- > > > drivers/staging/fsl-mc/overview.rst | 404 > > ++++++++++++++++++++++++++++++++++++ > > > 2 files changed, 404 insertions(+), 387 deletions(-) > > > delete mode 100644 drivers/staging/fsl-mc/README.txt > > > create mode 100644 drivers/staging/fsl-mc/overview.rst > > > > Please generate patches with the -M option to git format-patch, so we > > can see the file move, not just get removed and added as a brand new > > one. > > Sure, I can do this. > > Even with -M, the diff is rather large since the indenting changes for most > of the lines in the file. Would it be better to make two patches, with > the first changing just line indenting and the second one, where the file is > moved, only updating rst specific markups? Nah, just use -M and we can take it from there. thanks, greg k-h