lkml.org 
[lkml]   [2018]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH] drm/amd/display: fix spelling mistake: "Usupported" -> "Unsupported"
    On Mon, Apr 2, 2018 at 9:47 AM, Harry Wentland <harry.wentland@amd.com> wrote:
    > On 2018-03-30 12:00 PM, Colin King wrote:
    >> From: Colin Ian King <colin.king@canonical.com>
    >>
    >> Trivial fix to spelling mistake in DRM_ERROR error message text
    >>
    >> Signed-off-by: Colin Ian King <colin.king@canonical.com>
    >
    > Reviewed-by: Harry Wentland <harry.wentland@amd.com>

    Applied. Thanks!

    >
    > Harry
    >
    >> ---
    >> 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;
    >> }
    >>
    >>
    > _______________________________________________
    > amd-gfx mailing list
    > amd-gfx@lists.freedesktop.org
    > https://lists.freedesktop.org/mailman/listinfo/amd-gfx

    \
     
     \ /
      Last update: 2018-04-02 19:40    [W:3.082 / U:0.096 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site