> >
http://www.codemonkey.org.uk/projects/checkpatch/example.log shows
> > what fell out of running it on my mbox of lkml from the past month.
> > Some of them are kinda noisy, and perhaps should be moved under --pedantic
> >
> > I'm all ears for additional regexps, bug reports or other suggestions.
>
> Looks great... however I notice a few obvious false positives in the
> example log:
>
> > Don't init statics to 0/NULL:
> > 94312:+static const struct in6_addr in6addr_v4mapped = { { { [10] = 0xff, [11] = 0xff } } };
>
> ummm?