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
..
2011-06-07 16:06:34 -07:00
2011-06-07 16:06:34 -07:00
2011-03-16 18:19:03 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-09-22 16:35:09 -04:00
2011-03-16 18:19:15 -07:00
2011-06-07 16:06:34 -07:00
2011-04-19 22:11:40 -07:00
2011-03-16 18:19:15 -07:00
2011-03-30 17:37:56 -07:00
2011-06-07 16:06:34 -07:00
2011-06-07 16:06:34 -07:00
2011-04-19 22:11:40 -07:00
2011-04-19 22:11:40 -07:00
2011-05-28 10:48:39 -07:00
2011-05-28 10:48:39 -07:00
2011-06-07 16:06:34 -07:00
2011-06-07 16:06:34 -07:00
2011-06-07 16:06:34 -07:00