drm/amd/display: fix spelling mistake: "Usupported" -> "Unsupported"
authorColin Ian King <colin.king@canonical.com>
Fri, 30 Mar 2018 16:00:47 +0000 (17:00 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Apr 2018 18:07:59 +0000 (13:07 -0500)
Trivial fix to spelling mistake in DRM_ERROR error message text

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index 077ee67..fbde450 100644 (file)
@@ -1521,7 +1521,7 @@ static int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
                break;
 #endif
        default:
-               DRM_ERROR("Usupported ASIC type: 0x%X\n", adev->asic_type);
+               DRM_ERROR("Unsupported ASIC type: 0x%X\n", adev->asic_type);
                goto fail;
        }
 
@@ -1714,7 +1714,7 @@ static int dm_early_init(void *handle)
                break;
 #endif
        default:
-               DRM_ERROR("Usupported ASIC type: 0x%X\n", adev->asic_type);
+               DRM_ERROR("Unsupported ASIC type: 0x%X\n", adev->asic_type);
                return -EINVAL;
        }