commit | a1f8213b9518d0e9124a48a34bdd58b4bc2650e5 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Jun 27 15:05:30 2009 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat Jun 27 15:09:52 2009 +0200 |
tree | 07de0c44f8e30fb6da6458b6026c3114740ea9bc | |
parent | 9fb24cc50045ec8d13d0a6c3d4d454750b466d61 [diff] |
score: add address space annotations Annotate the address space for pointers that are used correctly with __user and __iomem, so that sparse can better warn about incorrect casts. Signed-off-by: Arnd Bergmann <arnd@arndb.de>