commit | 44a17eff844d92421c8b568c84df29735e1e45f9 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Sep 30 10:24:12 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Oct 05 08:50:15 2010 -0700 |
tree | 6ee56974122f2be7cb112a25c0ce032a268f28ec | |
parent | 9f1c75ac2dba752ad3734bd3ffab805a6a3fbeda [diff] |
staging/bcm: add sparse annotations This marks up the code where sparse complains in most cases. Most of the changes are in the ioctl handling code, which gets __user annotations, finding one unchecked user access. The rest is mostly about marking functions static when they are only used in one file. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>