aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-01-28 11:28:27 +0000
committerAlex Deucher <alexander.deucher@amd.com>2020-01-30 17:15:42 -0500
commit2a239597dfc65fb097a3d7ddcd01066745fea069 (patch)
treea522619fa262a7190af2265e054b54147ae496fe /drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h
parentamdgpu: using vmalloc requires includeing vmalloc.h (diff)
downloadlinux-dev-2a239597dfc65fb097a3d7ddcd01066745fea069.tar.xz
linux-dev-2a239597dfc65fb097a3d7ddcd01066745fea069.zip
drm/amd/display: fix spelling mistake link_integiry_check -> link_integrity_check
There is a spelling mistake on the struct field name link_integiry_check, fix this by renaming it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h')
-rw-r--r--drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h
index f98d3d9ecb6d..af78e4f1be68 100644
--- a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h
+++ b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h
@@ -63,7 +63,7 @@ struct mod_hdcp_transition_input_hdcp1 {
uint8_t hdcp_capable_dp;
uint8_t binfo_read_dp;
uint8_t r0p_available_dp;
- uint8_t link_integiry_check;
+ uint8_t link_integrity_check;
uint8_t reauth_request_check;
uint8_t stream_encryption_dp;
};