[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Enabling content-type setting for HDMI displays. (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Apr 19 08:13:15 UTC 2018
== Series Details ==
Series: Enabling content-type setting for HDMI displays. (rev2)
URL : https://patchwork.freedesktop.org/series/41876/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
386ad7647605 drm: content-type property for HDMI connector
-:80: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#80: FILE: drivers/gpu/drm/drm_connector.c:1017:
+ drm_object_attach_property(&connector->base,
+ connector->dev->mode_config.content_type_property,
-:110: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#110: FILE: drivers/gpu/drm/drm_connector.c:1304:
+ drm_property_create_enum(dev, 0, "content type",
+ drm_content_type_enum_list,
-:113: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!dev->mode_config.content_type_property"
#113: FILE: drivers/gpu/drm/drm_connector.c:1307:
+ if (dev->mode_config.content_type_property == NULL)
total: 0 errors, 0 warnings, 3 checks, 159 lines checked
9829fc99304f i915: content-type property for HDMI connector
More information about the Intel-gfx
mailing list