datapath: Suppress sparse complaints about address spaces.
authorBen Pfaff <blp@nicira.com>
Mon, 27 Dec 2010 23:23:54 +0000 (15:23 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 28 Dec 2010 17:16:40 +0000 (09:16 -0800)
commit6c2297372bff3a07c4b36da366d9edfd7edc114b
tree9fe10cbf5cdc9a13521bf551a9fdf335528b641c
parent4faaba2b90979e1106b8c9b0430481f2cc62364d
datapath: Suppress sparse complaints about address spaces.

The sparse checker was complaining about incorrect address spaces (e.g.
__user versus non-__user pointers).  I looked at each of them, checked
that the code looked correct to me, and added the appropriate __force
annotations to casts.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c