From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Manning Subject: Re: [PATCH 29/29] Staging: yaffs2: TODO: Add TODO file Date: Tue, 2 Nov 2010 08:38:09 +1300 Message-ID: <201011020838.09417.manningc2@actrix.gen.nz> References: <1288636877-7964-1-git-send-email-tdent48227@gmail.com> <1288636877-7964-30-git-send-email-tdent48227@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Tracey Dent , greg@kroah.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Pekka Enberg Return-path: Received: from smtp.scorch.co.nz ([27.110.127.199]:60962 "HELO scorch.co.nz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1751799Ab0KATiN convert rfc822-to-8bit (ORCPT ); Mon, 1 Nov 2010 15:38:13 -0400 In-Reply-To: Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tuesday 02 November 2010 08:20:27 Pekka Enberg wrote: > On Mon, Nov 1, 2010 at 8:41 PM, Tracey Dent wr= ote: > > Inital TODO file. > > > > Signed-off-by: Tracey Dent > > --- > > =A0drivers/staging/yaffs2/TODO | =A0 =A06 ++++++ > > =A01 files changed, 6 insertions(+), 0 deletions(-) > > =A0create mode 100644 drivers/staging/yaffs2/TODO > > > > diff --git a/drivers/staging/yaffs2/TODO b/drivers/staging/yaffs2/T= ODO > > new file mode 100644 > > index 0000000..be6a836 > > --- /dev/null > > +++ b/drivers/staging/yaffs2/TODO > > @@ -0,0 +1,6 @@ > > +TODO : > > + > > + =A0 =A0 =A0 * checkpatch.pl fixes > > + =A0 =A0 =A0 * sparse fixes > > * drop typedefs > * drop Linux kernel version compatibility macros > * drop other strange compatibility macros > * fix formatting with Lindent I am in the process of making up a new patch set for release within 24 = hours=20 that does the following: * drops typedefs * drops the last few camel case names * replaces __u32 with u32 etc * drops few remaining kernel version compatibility macros. * cleans up #if 0 code * clean up some of the headers etc reported today. It is my goal to keep the code portable which is going to be a bit of a= =20 challenge, but I want to at least make an effort to do this. Thanks to all for their comments etc. I appreciate the effort. I shall be pushing this to git as well as sending out patches. -- CHarles -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html