[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for HDCP2.2 Phase II (rev4)

Patchwork patchwork at emeril.freedesktop.org
Fri Mar 22 03:26:01 UTC 2019


== Series Details ==

Series: HDCP2.2 Phase II (rev4)
URL   : https://patchwork.freedesktop.org/series/57232/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
e5c335d05858 drm/i915: debugfs: HDCP2.2 capability read
42027b987c97 drm: Add Content protection type property
-:60: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#60: FILE: drivers/gpu/drm/drm_connector.c:864:
+};
+DRM_ENUM_NAME_FN(drm_get_hdcp_content_type_name,

-:120: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#120: FILE: drivers/gpu/drm/drm_connector.c:1604:
+					ARRAY_SIZE(

-:178: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#178: FILE: include/drm/drm_connector.h:1325:
+int drm_connector_attach_hdcp_content_type_property(

total: 0 errors, 0 warnings, 3 checks, 146 lines checked
7d684b5665b1 drm/i915: Attach content type property
-:90: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#90: FILE: drivers/gpu/drm/i915/intel_hdcp.c:1785:
+	ret = drm_connector_attach_hdcp_content_type_property(

total: 0 errors, 0 warnings, 1 checks, 117 lines checked
feea572296ef drm/i915: HDCP SRM parsing and revocation check
2c2554ecdb1d drm/i915/sysfs: Node for hdcp srm
-:31: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IWUSR' are not preferred. Consider using octal permissions '0200'.
#31: FILE: drivers/gpu/drm/i915/i915_sysfs.c:591:
+	.attr = {.name = "hdcp_srm", .mode = S_IWUSR},

total: 0 errors, 1 warnings, 0 checks, 50 lines checked
1afee773fc6b drm: Add CP downstream_info property
-:130: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#130: FILE: drivers/gpu/drm/drm_connector.c:1686:
+drm_connector_update_hdcp_topology_property(struct drm_connector *connector,
+					const struct hdcp_topology_info *info)

-:139: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#139: FILE: drivers/gpu/drm/drm_connector.c:1695:
+	ret = drm_property_replace_global_blob(dev,
+			&connector->hdcp_topology_blob_ptr,

-:172: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#172: FILE: include/drm/drm_connector.h:1334:
+int drm_connector_attach_hdcp_topology_property(

-:174: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#174: FILE: include/drm/drm_connector.h:1336:
+int drm_connector_update_hdcp_topology_property(

total: 0 errors, 0 warnings, 4 checks, 171 lines checked
8e5349523c11 drm/i915: Populate downstream info for HDCP1.4
-:86: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#86: FILE: drivers/gpu/drm/i915/intel_hdcp.c:814:
+	if (drm_connector_update_hdcp_topology_property(&connector->base,
+						connector->hdcp.topology_info))

-:96: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#96: FILE: drivers/gpu/drm/i915/intel_hdcp.c:850:
+			if (drm_connector_update_hdcp_topology_property(

total: 0 errors, 0 warnings, 2 checks, 102 lines checked
df1b5d54c4ff drm/i915: Populate downstream info for HDCP2.2
-:56: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#56: FILE: drivers/gpu/drm/i915/intel_hdcp.c:1676:
+		drm_connector_update_hdcp_topology_property(&connector->base,
+							  hdcp->topology_info);

total: 0 errors, 0 warnings, 1 checks, 72 lines checked
780f3826157b drm: uevent for connector status change
c3cbb7db2b41 drm/i915: uevent for HDCP status change



More information about the Intel-gfx mailing list