[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/connector: Add support for specifying panel_orientation on the kernel cmdline

Patchwork patchwork at emeril.freedesktop.org
Mon Dec 16 16:45:12 UTC 2019


== Series Details ==

Series: drm/connector: Add support for specifying panel_orientation on the kernel cmdline
URL   : https://patchwork.freedesktop.org/series/70975/
State : warning

== Summary ==

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

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

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

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

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

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

-:208: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#208: 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
874c08fe92f2 drm/connector: Hookup the new drm_cmdline_mode panel_orientation member



More information about the Intel-gfx mailing list