[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add detection of changing of edid on between suspend and resume (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Aug 6 13:09:06 UTC 2018
== Series Details ==
Series: drm/i915: Add detection of changing of edid on between suspend and resume (rev2)
URL : https://patchwork.freedesktop.org/series/47680/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
93959254664e drm/i915: Add detection of changing of edid on between suspend and resume
-:8: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#8:
helper can detect changing of status of connector, but it can not detect changing
-:96: WARNING:LINE_SPACING: Missing a blank line after declarations
#96: FILE: drivers/gpu/drm/i915/intel_hotplug.c:571:
+ struct edid *cur_edid = to_intel_connector(connector)->detect_edid;
+ if (!old_edid || !cur_edid)
total: 0 errors, 2 warnings, 0 checks, 95 lines checked
More information about the Intel-gfx
mailing list