Aug. 15, 2014
5:08 p.m.
On Fri, Aug 15, 2014 at 01:55:26PM -0300, Lucas Tanure wrote:
Hi, If I do :
$ cat drivers/staging/android/TODO TODO: - checkpatch.pl cleanups - *sparse fixes* - rename files to be not so "generic" - make sure things build as modules properly - add proper arch dependencies as needed - audit userspace interfaces to make sure they are sane
Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc: Brian Swetland <swetland@google.com>
*What are sparse fixes ? * *It's a tool to run in the kernel code ? *
Yes, it is a code analysis tool that tries to detect logical errors the compiler won't complain about. See http://kernelnewbies.org/Sparse for more info. -- Robin Schroer