== Series Details ==

Series: Separate panel orientation property creating and value setting
URL   : https://patchwork.freedesktop.org/series/101530/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
e49373f13754 gpu: drm: separate panel orientation property creating and value 
setting
-:130: WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#130: FILE: drivers/gpu/drm/drm_connector.c:2423:
+ * ^Icreate the connector's panel orientation property$

-:141: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#141: FILE: drivers/gpu/drm/drm_connector.c:2434:
+int drm_connector_init_panel_orientation_property(

-:147: ERROR:SPACING: space required before the open parenthesis '('
#147: FILE: drivers/gpu/drm/drm_connector.c:2440:
+       if(dev->mode_config.panel_orientation_property)

-:151: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#151: FILE: drivers/gpu/drm/drm_connector.c:2444:
+       prop = drm_property_create_enum(dev, DRM_MODE_PROP_IMMUTABLE,
+                       "panel orientation",

-:176: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#176: FILE: include/drm/drm_connector.h:1808:
+int drm_connector_init_panel_orientation_property(

total: 1 errors, 1 warnings, 3 checks, 99 lines checked
10c78f057d39 drm/mediatek: init panel orientation property
a6a047990b09 drm/msm: init panel orientation property
912fd1736584 arm64: dts: mt8183: Add panel rotation


Reply via email to