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-04-26 14:01:41 -07:00
2011-04-13 01:54:09 +02:00
2011-06-09 16:15:24 +08:00
2011-06-09 16:15:24 +08:00
2011-05-26 19:45:34 +02:00
2011-06-10 14:55:36 +02:00
2011-03-31 11:26:23 -03:00
2011-03-09 11:24:54 -08:00
2011-04-13 01:54:09 +02:00
2011-06-10 14:55:36 +02:00
2011-04-20 18:46:56 +02:00
2011-05-06 17:41:06 -07:00
2011-02-17 14:59:42 -08:00
2011-06-10 14:55:36 +02:00
2011-02-03 13:02:35 -08:00
2011-02-03 13:02:35 -08:00
2011-03-22 17:44:16 -07:00
2011-03-17 10:32:47 -06:00
2011-06-10 14:55:36 +02:00
2011-03-09 11:23:37 -08:00
2011-06-10 14:55:36 +02:00
2011-03-09 11:23:37 -08:00
2011-03-17 10:32:47 -06:00
2011-05-26 17:12:33 -07:00
2011-05-06 17:42:04 -07:00
2011-03-22 17:44:16 -07:00
2011-03-09 11:23:37 -08:00
2011-03-31 11:26:23 -03:00
2011-05-06 18:01:02 -07:00
2011-06-08 14:33:48 -06:00
2011-03-17 10:32:47 -06:00
2011-06-10 14:55:36 +02:00
2011-06-10 14:55:36 +02:00
2011-05-06 18:02:00 -07:00
2011-05-06 18:02:02 -07:00
2011-05-06 18:02:07 -07:00
2011-03-16 17:28:10 -07:00
2011-06-10 14:55:36 +02:00
2011-05-06 18:02:03 -07:00
2011-02-03 13:02:35 -08:00
2011-05-26 17:12:33 -07:00
2011-03-09 11:23:37 -08:00
2011-04-18 10:39:38 +02:00
2011-05-06 18:02:04 -07:00
2011-05-26 17:12:33 -07:00
2011-03-17 18:48:35 -07:00
2011-03-17 18:48:35 -07:00
2011-03-09 11:25:04 -08:00
2011-06-10 14:55:36 +02:00
2011-03-09 11:23:37 -08:00
2011-05-06 18:02:05 -07:00
2011-03-09 11:24:54 -08:00
2011-05-26 17:12:33 -07:00
2011-03-09 11:23:34 -08:00
2011-06-10 14:55:36 +02:00
2011-03-09 11:25:08 -08:00
2011-03-29 14:48:19 +02:00
2011-05-26 17:12:33 -07:00
2011-03-09 11:23:37 -08:00
2011-03-22 17:44:16 -07:00
2011-03-09 11:25:07 -08:00
2011-05-17 14:44:36 -04:00
2011-03-09 11:23:37 -08:00
2011-03-09 11:23:35 -08:00
2011-05-26 17:12:33 -07:00
2011-03-09 11:23:37 -08:00
2011-03-09 11:23:37 -08:00
2011-03-31 11:26:23 -03:00