lkml.org 
[lkml]   [2020]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] drm/amdgpu: fix spelling mistake "Falied" -> "Failed"
    Date
    From: Colin Ian King <colin.king@canonical.com>

    There is a spelling mistake in a DRM_ERROR message. Fix it.

    Signed-off-by: Colin Ian King <colin.king@canonical.com>
    ---
    drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
    index 49d4514aa6ed..c68369731b20 100644
    --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
    +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
    @@ -2010,7 +2010,7 @@ static int psp_suspend(void *handle)

    ret = psp_tmr_terminate(psp);
    if (ret) {
    - DRM_ERROR("Falied to terminate tmr\n");
    + DRM_ERROR("Failed to terminate tmr\n");
    return ret;
    }

    --
    2.27.0
    \
     
     \ /
      Last update: 2020-08-05 19:56    [W:3.174 / U:0.396 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site