Re: [PATCH 1/1] fs/jffs2/compr.c: remove 0 assignment on static

From: Joe Perches
Date: Mon May 19 2014 - 16:01:16 EST


On Mon, 2014-05-19 at 20:56 +0100, David Woodhouse wrote:
> On Mon, 2014-05-19 at 12:53 -0700, Joe Perches wrote:
> > Maybe all the uint32_t uses in fs/jffs2/
> > would be nicer as u32.
>
> No thanks. We prefer this code in standard C.
> 1999 is a long time ago now...

That's certainly your choice you nonconformist...

$ git grep -w u32 | wc -l
138805
$ git grep -w uint32_t | wc -l
20420

But I gather you don't like to party?


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/