OSDN Git Service

drm/amdgpu: fix spelling mistake "retrived" -> "retrieved"
authorColin Ian King <colin.king@canonical.com>
Fri, 10 May 2019 07:07:34 +0000 (08:07 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 May 2019 17:21:00 +0000 (12:21 -0500)
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>
drivers/gpu/drm/amd/amdgpu/df_v3_6.c

index 24e25ae..8c09bf9 100644 (file)
@@ -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;
        }