Skip to content

Commit f28390c

Browse files
MarceloSpessotoalexdeucher
authored andcommitted
drm/amd/display: Fix hdcp_psp.c codestyle
Fix identation for hdcp_psp.c file Signed-off-by: Marcelo Mendes Spessoto Junior <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent c86e5ab commit f28390c

File tree

1 file changed

+2
-2
lines changed
  • drivers/gpu/drm/amd/display/modules/hdcp

1 file changed

+2
-2
lines changed

drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ enum mod_hdcp_status mod_hdcp_hdcp1_enable_dp_stream_encryption(struct mod_hdcp
443443
for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) {
444444

445445
if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state != MOD_HDCP_DISPLAY_ACTIVE)
446-
continue;
446+
continue;
447447

448448
memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory));
449449

@@ -926,7 +926,7 @@ enum mod_hdcp_status mod_hdcp_hdcp2_enable_dp_stream_encryption(struct mod_hdcp
926926

927927
for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) {
928928
if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state != MOD_HDCP_DISPLAY_ACTIVE)
929-
continue;
929+
continue;
930930

931931
hdcp_cmd->in_msg.hdcp2_enable_dp_stream_encryption.display_handle = hdcp->displays[i].index;
932932
hdcp_cmd->in_msg.hdcp2_enable_dp_stream_encryption.session_handle = hdcp->auth.id;

0 commit comments

Comments
 (0)