== Series Details ==

Series: Enabling content-type setting for HDMI displays.
URL   : https://patchwork.freedesktop.org/series/41876/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
ffb3db0b7c7e drm: content-type property for HDMI connector
-:78: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#78: FILE: drivers/gpu/drm/drm_connector.c:1016:
+               drm_object_attach_property(&connector->base,
+                       connector->dev->mode_config.content_type_property,

-:108: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#108: FILE: drivers/gpu/drm/drm_connector.c:1303:
+               drm_property_create_enum(dev, 0, "content type",
+                               drm_content_type_enum_list,

-:111: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written 
"!dev->mode_config.content_type_property"
#111: FILE: drivers/gpu/drm/drm_connector.c:1306:
+       if (dev->mode_config.content_type_property == NULL)

total: 0 errors, 0 warnings, 3 checks, 148 lines checked
73070dc1a0d9 i915: content-type property for HDMI connector

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to