== Series Details == Series: drm_device managed resources (rev4) URL : https://patchwork.freedesktop.org/series/73633/ State : warning == Summary == $ dim checkpatch origin/drm-tip 32847e747c9f mm/sl[uo]b: export __kmalloc_track(_node)_caller -:58: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 28 lines checked 0cd3dec077a0 drm/i915: Don't clear drvdata in ->release -:20: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0998d0631001 ("device-core: Ensure drvdata = NULL when no driver is bound")' #20: commit 0998d0631001288a5974afc0b2a5f568bcdecb4d -:45: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 1 errors, 1 warnings, 0 checks, 9 lines checked 4a8a3301fcf3 drm: add managed resources tied to drm_device -:75: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Neil Armstrong <narmstrong@xxxxxxxxxxxx' #75: Cc: Neil Armstrong <narmstrong@xxxxxxxxxxxx -:134: CHECK:BRACES: braces {} should be used on all arms of this statement #134: FILE: drivers/gpu/drm/drm_drv.c:838: + if (!dev->driver->release && !dev->managed.final_kfree) { [...] + } else if (dev->managed.final_kfree) [...] -:138: WARNING:NEEDLESS_IF: kfree(NULL) is safe and this check is probably not required #138: FILE: drivers/gpu/drm/drm_drv.c:842: + } else if (dev->managed.final_kfree) + kfree(dev->managed.final_kfree); -:157: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #157: new file mode 100644 -:226: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #226: FILE: drivers/gpu/drm/drm_managed.c:65: +static __always_inline struct drmres * alloc_dr(drmres_release_t release, -:254: CHECK:SPACING: No space is necessary after a cast #254: FILE: drivers/gpu/drm/drm_managed.c:93: + dr, dr->node.name, (unsigned long) dr->node.size); -:266: CHECK:SPACING: No space is necessary after a cast #266: FILE: drivers/gpu/drm/drm_managed.c:105: + dr, dr->node.name, (unsigned long) dr->node.size); -:272: CHECK:SPACING: No space is necessary after a cast #272: FILE: drivers/gpu/drm/drm_managed.c:111: + WARN_ON(dev < (struct drm_device *) parent); -:273: CHECK:SPACING: No space is necessary after a cast #273: FILE: drivers/gpu/drm/drm_managed.c:112: + WARN_ON(dev + 1 >= (struct drm_device *) (parent + ksize(parent))); -:285: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #285: FILE: drivers/gpu/drm/drm_managed.c:124: + dr = alloc_dr(action, data ? sizeof(void*) : 0, -:380: WARNING:SPDX_LICENSE_TAG: Improper SPDX comment style for 'include/drm/drm_managed.h', please use '/*' instead #380: FILE: include/drm/drm_managed.h:1: +// SPDX-License-Identifier: GPL-2.0 -:380: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #380: FILE: include/drm/drm_managed.h:1: +// SPDX-License-Identifier: GPL-2.0 -:433: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 3 errors, 5 warnings, 5 checks, 310 lines checked d38c16d36c52 drm: Set final_kfree in drm_dev_alloc -:15: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0a6659bdc5e8 ("drm/bochs: new driver")' #15: commit 0a6659bdc5e8221da99eebb176fd9591435e38de -:25: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit b1df3a2b24a9 ("drm/virtio: add drm_driver.release callback.")' #25: commit b1df3a2b24a917f8853d43fe9683c0e360d2c33a -:42: WARNING:BAD_SIGN_OFF: Duplicate signature #42: Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx> -:43: WARNING:BAD_SIGN_OFF: Duplicate signature #43: Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx -:86: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 2 errors, 3 warnings, 0 checks, 29 lines checked 22061e4c2c0c drm/mipi_dbi: Use drmm_add_final_kfree in all drivers -:189: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 111 lines checked f12563484560 drm/udl: Use drmm_add_final_kfree -:62: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 27 lines checked 57c0f2606a10 drm/qxl: Use drmm_add_final_kfree -:47: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 22 lines checked 946124ee3824 drm/i915: Use drmm_add_final_kfree -:207: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 136 lines checked 68143c9a033a drm/cirrus: Use drmm_add_final_kfree -:28: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:31: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:75: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 3 warnings, 0 checks, 40 lines checked 8c97307e3650 drm/v3d: Use drmm_add_final_kfree -:122: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 95 lines checked 30d6738fde04 drm/tidss: Use drmm_add_final_kfree -:41: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 22 lines checked df7adfe9852e drm/mcde: Use drmm_add_final_kfree -:39: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 21 lines checked e0b703d6641e drm/vgem: Use drmm_add_final_kfree -:66: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 38 lines checked 243de5fa1919 drm/vkms: Use drmm_add_final_kfree -:87: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 61 lines checked 28bcc13349df drm/repaper: Use drmm_add_final_kfree -:48: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 27 lines checked dc089b681437 drm/ingenic: Use drmm_add_final_kfree -:43: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 25 lines checked bab5eb6feb59 drm/gm12u320: Use drmm_add_final_kfree -:39: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 21 lines checked 3c5ec01ba982 drm/<drivers>: Use drmm_add_final_kfree -:76: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 42 lines checked 2868482e7745 drm: Cleanups after drmm_add_final_kfree rollout -:65: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 39 lines checked 1fc8b76f5efb drm: Handle dev->unique with drmm_ -:71: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations #71: FILE: include/drm/drm_managed.h:27: } +char *drmm_kstrdup(struct drm_device *dev, const char *s, gfp_t gfp); -:74: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 1 checks, 46 lines checked 4136e6a32b4a drm: Use drmm_ for drm_dev_init cleanup -:32: WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #32: FILE: drivers/gpu/drm/drm_drv.c:591: + * enabled. Slightly awkward, but can't really be helped. */ -:104: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 81 lines checked aee8779732c4 drm: manage drm_minor cleanup with drmm_ -:219: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 179 lines checked 62e022fb467b drm: Manage drm_gem_init with drmm_ -:105: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 75 lines checked 93f3b1c0408f drm: Manage drm_vblank_cleanup with drmm_ -:144: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations #144: FILE: include/drm/drm_managed.h:32: } +static inline void *drmm_kmalloc_array(struct drm_device *dev, -:154: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations #154: FILE: include/drm/drm_managed.h:42: +} +static inline void *drmm_kcalloc(struct drm_device *dev, -:161: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 2 checks, 119 lines checked a6655c6e7373 drm: Garbage collect drm_dev_fini -:13: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:16: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:272: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 3 warnings, 0 checks, 179 lines checked c7f9cefe5513 drm: Manage drm_mode_config_init with drmm_ -:221: WARNING:SPACE_BEFORE_TAB: please, no space before tabs #221: FILE: include/drm/drm_mode_config.h:936: + * ^Iinitialization$ -:237: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 157 lines checked 58efbf01eb3f drm/bochs: Remove leftover drm_atomic_helper_shutdown -:8: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 81da8c3b8d3d ("drm/bochs: add drm_driver.release callback.")' #8: commit 81da8c3b8d3df6f05b11300b7d17ccd1f3017fab -:31: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 1 errors, 1 warnings, 0 checks, 6 lines checked a92b8584ecb3 drm/bochs: Drop explicit drm_mode_config_cleanup -:11: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #11: This is made possible by a preceeding patch which added a drmm_ -:100: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 47 lines checked bcd2c5a8c4a2 drm/cirrus: Drop explicit drm_mode_config_cleanup call -:11: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #11: This is made possible by a preceeding patch which added a drmm_ -:29: WARNING:BAD_SIGN_OFF: Duplicate signature #29: Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> -:30: WARNING:BAD_SIGN_OFF: Duplicate signature #30: Cc: Thomas Zimmermann <tzimmermann@xxxxxxx> -:34: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:37: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:100: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 6 warnings, 0 checks, 58 lines checked 79325480f1a0 drm/cirrus: Fully embrace devm_ -:10: WARNING:TYPO_SPELLING: 'releated' may be misspelled - perhaps 'related'? #10: anymore to use devm_ for everything hw releated. Do it, and in the -:23: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:26: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:122: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 4 warnings, 0 checks, 93 lines checked c94a7a7b4702 drm/ingenic: Drop explicit drm_mode_config_cleanup call -:8: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #8: This is made possible by a preceeding patch which added a drmm_ -:59: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 29 lines checked d99f2c9bc8ae drm/mcde: Drop explicit drm_mode_config_cleanup call -:8: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #8: This is made possible by a preceeding patch which added a drmm_ -:89: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 57 lines checked d98b421819cd drm/mcde: More devm_drm_dev_init -:61: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 37 lines checked b7750a2807b9 drm/meson: Drop explicit drm_mode_config_cleanup call -:8: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #8: This is made possible by a preceeding patch which added a drmm_ -:52: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 17 lines checked cdbb5952a3a0 drm/pl111: Drop explicit drm_mode_config_cleanup call -:8: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #8: This is made possible by a preceeding patch which added a drmm_ -:71: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 38 lines checked 4f84e9725e14 drm/rcar-du: Drop explicit drm_mode_config_cleanup call -:8: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #8: This is made possible by a preceeding patch which added a drmm_ -:25: WARNING:BAD_SIGN_OFF: Duplicate signature #25: Cc: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> -:55: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 3 warnings, 0 checks, 17 lines checked 6e39cbd160f3 drm/rockchip: Drop explicit drm_mode_config_cleanup call -:12: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #12: This is made possible by a preceeding patch which added a drmm_ -:87: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 42 lines checked 86ec06cd8e8d drm/stm: Drop explicit drm_mode_config_cleanup call -:8: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #8: This is made possible by a preceeding patch which added a drmm_ -:75: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 34 lines checked 30a766ff9f49 drm/shmob: Drop explicit drm_mode_config_cleanup call -:8: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #8: This is made possible by a preceeding patch which added a drmm_ -:25: WARNING:BAD_SIGN_OFF: Duplicate signature #25: Cc: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> -:65: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 3 warnings, 0 checks, 26 lines checked 550a18bc12be drm/mtk: Drop explicit drm_mode_config_cleanup call -:8: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #8: This is made possible by a preceeding patch which added a drmm_ -:65: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 33 lines checked 91d9b9298ac5 drm/tidss: Drop explicit drm_mode_config_cleanup call -:8: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #8: This is made possible by a preceeding patch which added a drmm_ -:110: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 55 lines checked 61be121ef9bc drm/gm12u320: More drmm_ -:81: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 50 lines checked d93a707c9db4 drm/gm12u320: Use devm_drm_dev_init -:89: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 65 lines checked 2eee0915b4ab drm/gm12u320: Use helpers for shutdown/suspend/resume -:9: WARNING:TYPO_SPELLING: 'implemenation' may be misspelled - perhaps 'implementation'? #9: Also there's a race in the disconnect implemenation. First shut -:85: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 56 lines checked 24a0ec563e5c drm/gm12u320: Simplify upload work -:160: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #160: FILE: drivers/gpu/drm/tiny/gm12u320.c:360: + ret = usb_bulk_msg(gm12u320->udev, + usb_sndbulkpipe(gm12u320->udev, DATA_SND_EPT), -:191: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #191: FILE: drivers/gpu/drm/tiny/gm12u320.c:378: + ret = usb_bulk_msg(gm12u320->udev, + usb_sndbulkpipe(gm12u320->udev, DATA_SND_EPT), -:198: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #198: FILE: drivers/gpu/drm/tiny/gm12u320.c:385: + ret = usb_bulk_msg(gm12u320->udev, + usb_rcvbulkpipe(gm12u320->udev, DATA_RCV_EPT), -:307: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 1 warnings, 3 checks, 256 lines checked 697c6956d43e drm/repaper: Drop explicit drm_mode_config_cleanup call -:11: WARNING:TYPO_SPELLING: 'preceeding' may be misspelled - perhaps 'preceding'? #11: This is made possible by a preceeding patch which added a drmm_ -:65: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter@xxxxxxxx>' total: 0 errors, 2 warnings, 0 checks, 30 lines checked 751f18ea9df4 drm/mipi-dbi: Move drm_mode_config_init into mipi library -:134: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx