Applied. Thanks! On Fri, Dec 29, 2023 at 12:43 PM Marcelo Mendes Spessoto Junior <marcelomspessoto@xxxxxxxxx> wrote: > > Fix identation for hdcp_psp.c file > > Signed-off-by: Marcelo Mendes Spessoto Junior <marcelomspessoto@xxxxxxxxx> > --- > drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c > index ee67a35c2..8c137d7c0 100644 > --- a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c > +++ b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c > @@ -443,7 +443,7 @@ enum mod_hdcp_status mod_hdcp_hdcp1_enable_dp_stream_encryption(struct mod_hdcp > for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) { > > if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state != MOD_HDCP_DISPLAY_ACTIVE) > - continue; > + continue; > > memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); > > @@ -926,7 +926,7 @@ enum mod_hdcp_status mod_hdcp_hdcp2_enable_dp_stream_encryption(struct mod_hdcp > > for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) { > if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state != MOD_HDCP_DISPLAY_ACTIVE) > - continue; > + continue; > > hdcp_cmd->in_msg.hdcp2_enable_dp_stream_encryption.display_handle = hdcp->displays[i].index; > hdcp_cmd->in_msg.hdcp2_enable_dp_stream_encryption.session_handle = hdcp->auth.id; > -- > 2.39.2 >