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
..
2010-10-21 14:47:59 +02:00
2011-03-17 14:46:11 +01:00
2011-04-26 16:18:56 +02:00
2011-04-26 16:18:56 +02:00
2011-04-19 00:23:22 +02:00
2011-04-19 00:23:22 +02:00
2009-04-02 19:05:03 -07:00
2011-04-19 00:23:22 +02:00
2010-11-01 15:38:34 -04:00
2011-06-10 14:55:36 +02:00
2011-05-26 13:19:00 -07:00
2011-04-19 00:23:22 +02:00
2011-04-19 00:23:22 +02:00
2011-05-26 17:12:37 -07:00
2011-03-31 11:26:23 -03:00
2011-05-26 17:12:37 -07:00
2011-04-21 12:44:58 +02:00
2011-05-26 17:12:37 -07:00
2010-05-10 11:44:50 -03:00
2011-04-19 00:23:22 +02:00
2010-10-21 14:47:59 +02:00
2011-03-31 11:26:23 -03:00
2011-05-26 17:12:37 -07:00
2010-10-21 14:47:59 +02:00
2011-05-26 13:19:00 -07:00
2010-03-30 22:02:32 +09:00
2011-05-25 08:39:44 -07:00
2011-05-26 13:19:00 -07:00
2011-03-31 11:26:23 -03:00
2011-05-26 13:19:00 -07:00
2011-05-26 13:19:00 -07:00
2011-03-31 11:26:23 -03:00
2011-04-19 00:23:22 +02:00
2011-04-19 00:23:22 +02:00
2011-04-19 00:23:22 +02:00
2011-03-31 11:26:23 -03:00
2011-03-10 13:30:14 -05:00
2011-03-31 11:26:23 -03:00
2011-03-17 14:46:26 +01:00
2011-03-17 14:46:19 +01:00
2011-06-10 14:55:36 +02:00
2011-04-19 00:23:22 +02:00
2010-03-30 22:02:32 +09:00
2011-04-19 00:23:22 +02:00
2010-03-30 22:02:32 +09:00
2011-05-26 13:19:00 -07:00
2009-04-02 19:05:03 -07:00
2011-05-26 13:19:00 -07:00
2011-03-10 13:30:14 -05:00
2010-03-30 22:02:32 +09:00