== Series Details == Series: series starting with [1/2] drm/i915/display: split out hw state readout and sanitize URL : https://patchwork.freedesktop.org/series/105281/ State : warning == Summary == Error: dim checkpatch failed 4bf73e0fb102 drm/i915/display: split out hw state readout and sanitize Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in <module> import git ModuleNotFoundError: No module named 'git' Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in <module> import git ModuleNotFoundError: No module named 'git' -:289: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #289: FILE: drivers/gpu/drm/i915/display/intel_display.c:7532: + intel_modeset_get_crtc_power_domains(new_crtc_state, &put_domains[crtc->pipe]); -:928: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #928: new file mode 100644 -:1410: WARNING:LONG_LINE: line length of 112 exceeds 100 columns #1410: FILE: drivers/gpu/drm/i915/display/intel_modeset_setup.c:478: + intel_crtc_bigjoiner_slave_pipes(crtc_state)) { -:1413: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #1413: FILE: drivers/gpu/drm/i915/display/intel_modeset_setup.c:481: + slave_crtc_state = to_intel_crtc_state(slave_crtc->base.state); total: 0 errors, 4 warnings, 0 checks, 1627 lines checked 918eac730201 drm/i915/display: convert modeset setup to struct drm_i915_private *i915