Files
linux/drivers/misc
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-03-31 11:26:23 -03:00
2011-03-17 14:05:34 +01:00
2011-03-31 11:26:23 -03:00
2011-05-20 12:50:29 -07:00
2010-10-29 00:29:21 +02:00
2011-03-31 11:26:23 -03:00
2011-04-10 17:01:03 +02:00
2009-05-06 16:36:10 -07:00
2010-10-26 16:52:14 -07:00
2011-05-12 09:47:42 -07:00
2011-05-13 16:31:00 -07:00
2010-03-13 20:56:54 +01:00