== Series Details == Series: drm/edid: constify EDID parsing, with some fixes URL : https://patchwork.freedesktop.org/series/101862/ State : warning == Summary == $ dim checkpatch origin/drm-tip 6bf277e7683e drm/edid: don't modify EDID while parsing 29064813a1c5 drm/edid: fix reduced blanking support check c3676edd8bb4 drm/edid: slightly restructure timing and non-timing descriptor structs -:19: WARNING:BAD_SIGN_OFF: Duplicate signature #19: Reported-by: kernel test robot <lkp@xxxxxxxxx> -:20: WARNING:BAD_SIGN_OFF: Duplicate signature #20: Reported-by: kernel test robot <lkp@xxxxxxxxx> -:89: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around timing->data.descriptor.data.cvt[i] #89: FILE: drivers/gpu/drm/drm_edid.c:3190: + cvt = &(timing->data.descriptor.data.cvt[i]); total: 0 errors, 2 warnings, 1 checks, 101 lines checked a750f4974472 drm/edid: pass a timing pointer to is_display_descriptor() 6162fbd4b286 drm/edid: use struct detailed_timing member access in is_rb() 069531d80950 drm/edid: use struct detailed_data_monitor_range member access in gtf2 functions d473eb44a5b1 drm/edid: constify struct detailed_timing in lower level parsing 271e3f746308 drm/edid: constify struct detailed_timing in parsing callbacks faeac16dc413 drm/edid: constify struct edid passed to detailed blocks f608edfef2f9 drm/edid: constify struct edid passed around in callbacks and closure d6ab774d4fc6 drm/edid: add more general struct edid constness in the interfaces