linux/drivers/char/xilinx_hwicap
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
..
Makefile
buffer_icap.c xilinx_hwicap: remove improper wording in license statement 2008-12-17 11:23:07 -08:00
buffer_icap.h xilinx_hwicap: remove improper wording in license statement 2008-12-17 11:23:07 -08:00
fifo_icap.c xilinx_hwicap: remove improper wording in license statement 2008-12-17 11:23:07 -08:00
fifo_icap.h xilinx_hwicap: remove improper wording in license statement 2008-12-17 11:23:07 -08:00
xilinx_hwicap.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
xilinx_hwicap.h xilinx_hwicap: remove improper wording in license statement 2008-12-17 11:23:07 -08:00