mirror of https://gitee.com/openkylin/linux.git
28f65c11f2
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> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
asic-calliope.c | ||
asic-cronus.c | ||
asic-gaia.c | ||
asic-zeus.c | ||
asic_devices.c | ||
asic_int.c | ||
irq_asic.c | ||
prealloc-calliope.c | ||
prealloc-cronus.c | ||
prealloc-cronuslite.c | ||
prealloc-gaia.c | ||
prealloc-zeus.c | ||
prealloc.h |