== Series Details == Series: drm/client: Stop using legacy crtc->mode and a bunch of cleanups (rev5) URL : https://patchwork.freedesktop.org/series/139493/ State : warning == Summary == Error: dim checkpatch failed c9317d69de4f drm/client: Constify modes 3d8b274336b8 drm/client: Use array notation for function arguments b9442c12c801 drm/client: Streamline mode selection debugs 7a0b613f2127 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 3e3b25adc500 drm/client: Stop using the legacy crtc->mode 1d3187be8bc2 drm/client: s/new_crtc/crtc/ 2a4fe787ce95 drm/client: Move variables to tighter scope 17bb72a5df7c drm/client: s/unsigned int i/int i/