== Series Details == Series: drm/client: Stop using legacy crtc->mode and a bunch of cleanups (rev6) URL : https://patchwork.freedesktop.org/series/139493/ State : warning == Summary == Error: dim checkpatch failed 4051cb5486a3 drm/client: Constify modes 76a751da4f32 drm/client: Use array notation for function arguments 306570122ad6 drm/client: Streamline mode selection debugs 633c45cba122 drm/client: Make copies of modes -:18: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 3eadd887dbac ("drm/client: Fully protect modes[] with dev->mode_config.mutex")' #18: And with this we can undo also commit 3eadd887dbac ("drm/client:Fully protect modes[] with dev->mode_config.mutex") total: 1 errors, 0 warnings, 0 checks, 154 lines checked 5536f4ca1155 drm/client: Stop using the legacy crtc->mode 58b8b8686c98 drm/client: s/new_crtc/crtc/ 6eb30c0e61eb drm/client: Move variables to tighter scope 3775ec046d41 drm/client: s/unsigned int i/int i/