On Wed, Apr 30, 2014 at 11:30:57PM +0300, Dan Carpenter wrote: > On Wed, Apr 30, 2014 at 10:07:30PM +0200, Sam Ravnborg wrote: > > The rationale behind this is that at least in some areas of the kernel, > > the use of "extern" for prototypes are no longer accepted. > > A sparse warnings would be good to tell me all the cases I missed > > in the conversion. > > Doesn't checkpatch.pl already check for this? checkpatch --strict -f foo.h will include this check. But then there are so much other noise... It is much simpler to do: make C=2 arch/sparc/ and the process the sparse warnings. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html