On Fri, 30 Mar 2018, Colin King <colin.k...@canonical.com> wrote:
> From: Colin Ian King <colin.k...@canonical.com>
>
> Trivial fix to spelling mistake in DRM_ERROR error message text

Thanks for the patch.

Please do consider limiting the distribution in the future,
though. There's no need to include lkml or even dri-devel for trivial
patches like this.

Thanks,
Jani.

>
> Signed-off-by: Colin Ian King <colin.k...@canonical.com>
> ---
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 
> b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> index e42a28e3adc5..1df1c91b6ae5 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -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;
>       }
>  
> @@ -1715,7 +1715,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;
>       }

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to