Joe Perches 28f65c11f2 treewide: Convert uses of struct resource to resource_size(ptr)
Several fixes as well where the +1 was missing.

Done via coccinelle scripts like:

@@
struct resource *ptr;
@@

- ptr->end - ptr->start + 1
+ resource_size(ptr)

and some grep and typing.

Mostly uncompiled, no cross-compilers.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2011-06-10 14:55:36 +02:00
..
2008-09-19 18:21:29 +02:00
2006-11-06 10:43:23 +01:00
2011-03-24 20:35:56 +01:00
2008-04-17 10:42:34 -04:00
2008-01-25 08:31:43 +01:00
2006-09-26 08:48:54 -07:00
2009-12-11 06:44:29 -05:00