[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dma-buf-map: Rename to iosys-map (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 3 12:34:49 UTC 2022
== Series Details ==
Series: dma-buf-map: Rename to iosys-map (rev2)
URL : https://patchwork.freedesktop.org/series/99612/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
733bba522f40 dma-buf-map: Rename to iosys-map
-:63: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#63:
Then some files had their includes adjusted and some comments were update to
-:234: WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#234: FILE: drivers/dma-buf/dma-buf.c:1279:
+ BUG_ON(iosys_map_is_null(&dmabuf->vmap_ptr));
-:240: WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#240: FILE: drivers/dma-buf/dma-buf.c:1284:
+ BUG_ON(iosys_map_is_set(&dmabuf->vmap_ptr));
-:255: WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#255: FILE: drivers/dma-buf/dma-buf.c:1311:
+ BUG_ON(iosys_map_is_null(&dmabuf->vmap_ptr));
-:258: WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#258: FILE: drivers/dma-buf/dma-buf.c:1313:
+ BUG_ON(!iosys_map_is_equal(&dmabuf->vmap_ptr, map));
-:1622: WARNING:OBSOLETE: drivers/gpu/drm/tiny/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please.
-:1625: WARNING:OBSOLETE: drivers/gpu/drm/tiny/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please.
-:1825: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#1825: FILE: drivers/gpu/drm/ttm/ttm_resource.c:381:
+ iosys_map_set_vaddr_iomem(&iter_io->dmap,
ioremap_wc(mem->bus.offset,
-:1830: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#1830: FILE: drivers/gpu/drm/ttm/ttm_resource.c:385:
+ iosys_map_set_vaddr(&iter_io->dmap,
memremap(mem->bus.offset, bus_size,
-:1840: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#1840: FILE: drivers/gpu/drm/ttm/ttm_resource.c:393:
+ iosys_map_set_vaddr_iomem(&iter_io->dmap,
ioremap(mem->bus.offset,
-:1874: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#1874: FILE: drivers/gpu/drm/ttm/ttm_tt.c:416:
+ iosys_map_set_vaddr(dmap, kmap_local_page_prot(iter_tt->tt->pages[i],
iter_tt->prot));
-:2586: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#2586:
deleted file mode 100644
total: 0 errors, 8 warnings, 4 checks, 2294 lines checked
More information about the Intel-gfx
mailing list