From: Arnd Bergmann Date: Thu, 30 Sep 2010 08:24:12 +0000 (+0200) Subject: staging/bcm: add sparse annotations X-Git-Tag: v2.6.37-rc1~60^2~3^2~424 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a17eff844d92421c8b568c84df29735e1e45f9;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed