mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 02:17:17 +00:00
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> |
||
|---|---|---|
| .. | ||
| buffer_icap.c | ||
| buffer_icap.h | ||
| fifo_icap.c | ||
| fifo_icap.h | ||
| Makefile | ||
| xilinx_hwicap.c | ||
| xilinx_hwicap.h | ||