[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Enabling content-type setting for external HDMI displays. (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Apr 16 14:21:42 UTC 2018
== Series Details ==
Series: Enabling content-type setting for external HDMI displays. (rev2)
URL : https://patchwork.freedesktop.org/series/41744/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
ff3a198613ab drm: content-type property for HDMI connector
-:84: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#84: FILE: drivers/gpu/drm/drm_connector.c:1287:
+ drm_property_create_enum(dev, 0, "content type",
+ drm_content_type_enum_list,
-:87: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!dev->mode_config.content_type_property"
#87: FILE: drivers/gpu/drm/drm_connector.c:1290:
+ if (dev->mode_config.content_type_property == NULL)
total: 0 errors, 0 warnings, 2 checks, 120 lines checked
a21e5056a6f9 i915: content-type property for HDMI connector
-:73: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#73: FILE: drivers/gpu/drm/i915/intel_modes.c:142:
+ drm_object_attach_property(&connector->base,
+ connector->dev->mode_config.content_type_property,
total: 0 errors, 0 warnings, 1 checks, 44 lines checked
More information about the Intel-gfx
mailing list