On Tuesday 02 November 2010 08:20:27 Pekka Enberg wrote: > On Mon, Nov 1, 2010 at 8:41 PM, Tracey Dent <tdent48227@xxxxxxxxx> wrote: > > Inital TODO file. > > > > Signed-off-by: Tracey Dent <tdent48227@xxxxxxxxx> > > --- > > drivers/staging/yaffs2/TODO | 6 ++++++ > > 1 files changed, 6 insertions(+), 0 deletions(-) > > create mode 100644 drivers/staging/yaffs2/TODO > > > > diff --git a/drivers/staging/yaffs2/TODO b/drivers/staging/yaffs2/TODO > > new file mode 100644 > > index 0000000..be6a836 > > --- /dev/null > > +++ b/drivers/staging/yaffs2/TODO > > @@ -0,0 +1,6 @@ > > +TODO : > > + > > + * checkpatch.pl fixes > > + * 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 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 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html