linux/drivers/uwb
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
..
i1480 uwb: fix compiler warning on i1480_est_id_table 2010-12-03 12:06:04 -08:00
Kconfig
Makefile
address.c
allocator.c UWB: Return UWB_RSV_ALLOC_NOT_FOUND rather than crashing on NULL dereference if kzalloc fails 2010-11-11 07:14:07 -08:00
beacon.c
driver.c Fix common misspellings 2011-03-31 11:26:23 -03:00
drp-avail.c
drp-ie.c
drp.c Fix common misspellings 2011-03-31 11:26:23 -03:00
est.c
hwa-rc.c
ie-rcv.c
ie.c
lc-dev.c
lc-rc.c Fix common misspellings 2011-03-31 11:26:23 -03:00
neh.c
pal.c
radio.c
reset.c Fix common misspellings 2011-03-31 11:26:23 -03:00
rsv.c
scan.c drivers:uwb:scan.c remove one to many l's in the word. 2011-02-25 11:52:21 -08:00
umc-bus.c
umc-dev.c Fix common misspellings 2011-03-31 11:26:23 -03:00
umc-drv.c
uwb-debug.c
uwb-internal.h
uwbd.c
whc-rc.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
whci.c