[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm: Remove PageReserved manipulation from drm_pci_alloc
Patchwork
patchwork at emeril.freedesktop.org
Sun Feb 2 17:25:21 UTC 2020
== Series Details ==
Series: series starting with [1/5] drm: Remove PageReserved manipulation from drm_pci_alloc
URL : https://patchwork.freedesktop.org/series/72883/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
0aa4536eb0f4 drm: Remove PageReserved manipulation from drm_pci_alloc
-:10: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit de09d31dd38a ("page-flags: define PG_reserved behavior on compound pages")'
#10:
commit de09d31dd38a50fdce106c15abd68432eebbd014
-:22: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Taketo Kabe'
#22:
Reported-by: Taketo Kabe
total: 2 errors, 0 warnings, 0 checks, 49 lines checked
5daedabb367b drm: Remove the dma_alloc_coherent wrapper for internal usage
35048571697e drm/r128: Wean off drm_pci_alloc
-:11: WARNING:OBSOLETE: drivers/gpu/drm/r128/ati_pcigart.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please.
-:14: WARNING:OBSOLETE: drivers/gpu/drm/r128/ati_pcigart.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please.
-:24: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#24: FILE: drivers/gpu/drm/r128/ati_pcigart.c:49:
+ dma_alloc_coherent(&dev->pdev->dev,
+ gart_info->table_size,
-:25: CHECK:SPACING: spaces preferred around that '^' (ctx:ExV)
#25: FILE: drivers/gpu/drm/r128/ati_pcigart.c:50:
+ ^gart_info->bus_addr,
^
-:102: WARNING:OBSOLETE: drivers/gpu/drm/r128/ati_pcigart.h is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please.
-:105: WARNING:OBSOLETE: drivers/gpu/drm/r128/ati_pcigart.h is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please.
total: 0 errors, 4 warnings, 2 checks, 88 lines checked
4a38cc58ae16 drm/i915: Wean off drm_pci_alloc/drm_pci_free
-:10: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit de09d31dd38a ("page-flags: define PG_reserved behavior on compound pages")'
#10:
commit de09d31dd38a50fdce106c15abd68432eebbd014
-:23: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Taketo Kabe'
#23:
Reported-by: Taketo Kabe
total: 2 errors, 0 warnings, 0 checks, 198 lines checked
c2cfb483f90b drm: Remove exports for drm_pci_alloc/drm_pci_free
-:51: CHECK:LINE_SPACING: Please don't use multiple blank lines
#51: FILE: drivers/gpu/drm/drm_legacy.h:215:
+
-:56: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#56: FILE: drivers/gpu/drm/drm_legacy.h:220:
+void drm_legacy_pci_free(struct drm_device *dev, struct drm_dma_handle * dmah);
-:98: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#98: FILE: drivers/gpu/drm/drm_pci.c:42:
+drm_legacy_pci_alloc(struct drm_device * dev, size_t size, size_t align)
-:117: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#117: FILE: drivers/gpu/drm/drm_pci.c:70:
+void drm_legacy_pci_free(struct drm_device * dev, drm_dma_handle_t * dmah)
-:117: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#117: FILE: drivers/gpu/drm/drm_pci.c:70:
+void drm_legacy_pci_free(struct drm_device * dev, drm_dma_handle_t * dmah)
total: 4 errors, 0 warnings, 1 checks, 133 lines checked
More information about the Intel-gfx
mailing list