C99 Initialisers

From: CaT
Date: Mon Aug 11 2003 - 21:09:08 EST


Is there any interest ins omeone 'fixing up' as many structs in the
kernel from the form:

struct foobar = {
cow: moo,
cat: meow,
}

to:

struct foobar = {
.cow = moo,
.cat = neow,
}

And if so, what form should I feed it back in? Big patches? 1 patch
per file? 1 per dir?

Main reaosn I'm asking is that it's slowly being done but isn't in
the janitor list of things to do yet. If it were I'd just do it. ;)

(not on kj-discuss btw so please CC me or lk (or both))

--
"How can I not love the Americans? They helped me with a flat tire the
other day," he said.
- http://tinyurl.com/h6fo
-
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/