== Series Details == Series: drm managed resources, v3 URL : https://patchwork.freedesktop.org/series/74035/ State : warning == Summary == $ dim checkpatch origin/drm-tip e3a16eee86fc 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 a13910588767 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 2ac9ab98ee4f drm: add managed resources tied to drm_device -:62: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Neil Armstrong <narmstrong@xxxxxxxxxxxx' #62: Cc: Neil Armstrong <narmstrong@xxxxxxxxxxxx -:126: WARNING:NEEDLESS_IF: kfree(NULL) is safe and this check is probably not required #126: FILE: drivers/gpu/drm/drm_drv.c:843: + if (dev->managed.final_kfree) + kfree(dev->managed.final_kfree); -:145: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #145: new file mode 100644 -:210: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #210: FILE: drivers/gpu/drm/drm_managed.c:61: +static __always_inline struct drmres * alloc_dr(drmres_release_t release, -:238: CHECK:SPACING: No space is necessary after a cast #238: FILE: drivers/gpu/drm/drm_managed.c:89: + dr, dr->node.name, (unsigned long) dr->node.size); -:250: CHECK:SPACING: No space is necessary after a cast #250: FILE: drivers/gpu/drm/drm_managed.c:101: + dr, dr->node.name, (unsigned long) dr->node.size); -:256: CHECK:SPACING: No space is necessary after a cast #256: FILE: drivers/gpu/drm/drm_managed.c:107: + WARN_ON(dev < (struct drm_device *) parent); -:257: CHECK:SPACING: No space is necessary after a cast #257: FILE: drivers/gpu/drm/drm_managed.c:108: + WARN_ON(dev + 1 >= (struct drm_device *) (parent + ksize(parent))); -:269: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #269: FILE: drivers/gpu/drm/drm_managed.c:120: + dr = alloc_dr(action, data ? sizeof(void*) : 0, -:342: CHECK:UNCOMMENTED_DEFINITION: spinlock_t definition without comment #342: FILE: include/drm/drm_device.h:79: + spinlock_t lock; -:354: WARNING:SPDX_LICENSE_TAG: Improper SPDX comment style for 'include/drm/drm_managed.h', please use '/*' instead #354: FILE: include/drm/drm_managed.h:1: +// SPDX-License-Identifier: GPL-2.0 -:354: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #354: FILE: include/drm/drm_managed.h:1: +// SPDX-License-Identifier: GPL-2.0 -:407: 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, 297 lines checked bfa0eec45347 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 -:85: 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 c20ad9c632a2 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 baa47cdbcf93 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 d83f6589c0c8 drm/qxl: Use drmm_add_final_kfree -:46: 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 b8609f6d42b0 drm/i915: Use drmm_add_final_kfree -:206: 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, 137 lines checked c6d78a4558ca drm/cirrus: Use drmm_add_final_kfree -:27: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:30: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:74: 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 485c70a70cc9 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 e5cce3035cf1 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 8a45f0ff3cfc 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 2aa7aae5379e 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 23caadaaa4e4 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 2c53d8f7aa76 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 198c8d676e70 drm/inigenic: Use drmm_add_final_kfree -:42: 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 734047b9fe9a 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 29dca11dea40 drm/<drivers>: Use drmm_add_final_kfree -:75: 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 1133300b929e drm: Cleanups after drmm_add_final_kfree rollout -:59: 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 8ed861f9ca43 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 cec56e603a98 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 fcd5293f48f1 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 8439bc5631d4 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 1403b664b8f3 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 f8aa03194190 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 ff4b1e9c0cd5 drm: Manage drm_mode_config_init with drmm_ -:213: 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, 140 lines checked bae61fb84f02 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 -:30: 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 032c477b8535 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_ -:95: 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 3e1422d7b395 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_ -: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. -:94: 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, 58 lines checked 32849bdd46dd 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 -:22: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:25: WARNING:OBSOLETE: drivers/gpu/drm/cirrus/cirrus.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please. -:121: 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 9de2210215ab 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_ -:54: 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 db4cb6a2a297 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_ -: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, 57 lines checked 550d75a30b0d 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 53b2850f0e91 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_ -:48: 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 c3d58b97f693 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_ -:67: 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 8a0990f57696 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_ -:21: WARNING:BAD_SIGN_OFF: Duplicate signature #21: Cc: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> -:51: 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 437802fa34d9 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_ -:72: 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 638c408cdf87 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_ -: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, 34 lines checked c62efc2f5505 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_ -:21: WARNING:BAD_SIGN_OFF: Duplicate signature #21: Cc: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> -:61: 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 3706744a0632 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_ -:61: 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 7b918b7f8a7f 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_ -:106: 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 91c6c16477b1 drm/gm12u320: More drmm_ -:77: 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 734d1f20a3b2 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 cd471d8320bd 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 a41c4ee063a1 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 33199c7a5cf5 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_ -:48: 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, 20 lines checked 8628c73484eb drm/mipi-dbi: Move drm_mode_config_init into mipi library -:133: 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, 66 lines checked 7a29cbef7a7b drm/mipi-dbi: 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_ -:156: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'D _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx