diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-05-10 10:07:34 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-05-24 20:21:00 +0300 |
commit | e70a26b303d5b31a5d467eb7e0573302babc5cb7 (patch) | |
tree | a94ff0bc08da82f0b16935983a1a80aa1b4f6e48 /drivers/gpu/drm/amd/amdgpu/df_v3_6.c | |
parent | e74609cb425371cf6a5baba0a76073b3be34625f (diff) | |
download | linux-e70a26b303d5b31a5d467eb7e0573302babc5cb7.tar.xz |
drm/amdgpu: fix spelling mistake "retrived" -> "retrieved"
There is a spelling mistake in a DRM_ERROR error message. Fix this.
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/amdgpu/df_v3_6.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/df_v3_6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/df_v3_6.c b/drivers/gpu/drm/amd/amdgpu/df_v3_6.c index 24e25ae0ca83..8c09bf994acd 100644 --- a/drivers/gpu/drm/amd/amdgpu/df_v3_6.c +++ b/drivers/gpu/drm/amd/amdgpu/df_v3_6.c @@ -194,7 +194,7 @@ static void df_v3_6_pmc_get_ctrl_settings(struct amdgpu_device *adev, return; if ((*lo_base_addr == 0) || (*hi_base_addr == 0)) { - DRM_ERROR("DF PMC addressing not retrived! Lo: %x, Hi: %x", + DRM_ERROR("DF PMC addressing not retrieved! Lo: %x, Hi: %x", *lo_base_addr, *hi_base_addr); return; } |