[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/connector: Split out orientation quirk detection (v2)

Patchwork patchwork at emeril.freedesktop.org
Sun Jan 5 16:01:45 UTC 2020


== Series Details ==

Series: series starting with [v2,1/2] drm/connector: Split out orientation quirk detection (v2)
URL   : https://patchwork.freedesktop.org/series/71637/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
7646641a936d drm/connector: Split out orientation quirk detection (v2)
-:78: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#78: FILE: drivers/gpu/drm/drm_connector.c:2067:
+int drm_connector_set_panel_orientation(

-:125: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#125: FILE: drivers/gpu/drm/drm_connector.c:2117:
+int drm_connector_set_panel_orientation_with_quirk(

-:155: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#155: FILE: drivers/gpu/drm/i915/display/icl_dsi.c:1671:
+	drm_connector_set_panel_orientation_with_quirk(&connector->base,
+				intel_dsi_get_panel_orientation(connector),

-:173: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#173: FILE: drivers/gpu/drm/i915/display/intel_dp.c:7407:
+		drm_connector_set_panel_orientation_with_quirk(connector,
+				DRM_MODE_PANEL_ORIENTATION_UNKNOWN,

-:190: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#190: FILE: drivers/gpu/drm/i915/display/vlv_dsi.c:1631:
+		drm_connector_set_panel_orientation_with_quirk(

-:206: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#206: FILE: include/drm/drm_connector.h:1555:
+int drm_connector_set_panel_orientation(

-:209: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#209: FILE: include/drm/drm_connector.h:1558:
+int drm_connector_set_panel_orientation_with_quirk(

total: 0 errors, 0 warnings, 7 checks, 159 lines checked
1aacf418cca8 drm/connector: Hookup the new drm_cmdline_mode panel_orientation member (v2)



More information about the Intel-gfx mailing list