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

Patchwork patchwork at emeril.freedesktop.org
Fri Jul 12 17:48:45 UTC 2019


== Series Details ==

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

== Summary ==

$ dim checkpatch origin/drm-tip
28740303dddd drm: Add Content protection type property
-:93: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#93: FILE: drivers/gpu/drm/drm_connector.c:977:
+ *
+  *	HDCP2.2 authentication protocol itself takes the "Content Type" as a

-:94: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#94: FILE: drivers/gpu/drm/drm_connector.c:978:
+  *	HDCP2.2 authentication protocol itself takes the "Content Type" as a
+ *	parameter, which is a input for the DP HDCP2.2 encryption algo.

-:136: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#136: FILE: drivers/gpu/drm/drm_hdcp.c:351:
+};
+DRM_ENUM_NAME_FN(drm_get_hdcp_content_type_name,

-:181: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#181: FILE: drivers/gpu/drm/drm_hdcp.c:404:
+		prop = drm_property_create_enum(dev, 0, "HDCP Content Type",
+					drm_hdcp_content_type_enum_list,

-:182: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#182: FILE: drivers/gpu/drm/drm_hdcp.c:405:
+					ARRAY_SIZE(

total: 0 errors, 2 warnings, 3 checks, 193 lines checked
569600cb1a51 drm/i915: Attach content type property
f7cd569cbf59 drm: uevent for connector status change
e8160ae672ce drm/hdcp: update content protection property with uevent
-:99: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#99: FILE: drivers/gpu/drm/drm_hdcp.c:448:
+	drm_sysfs_connector_status_event(connector,
+				 dev->mode_config.content_protection_property);

total: 0 errors, 0 warnings, 1 checks, 72 lines checked
7a4e9b006a3d drm/i915: update the hdcp state with uevent
3808c37ce812 drm/hdcp: reference for srm file format



More information about the Intel-gfx mailing list