[PATCH][next] drm/amdgpu: fix spelling mistake: "Successed" -> "Succeeded"

Alex Deucher alexdeucher at gmail.com
Mon Nov 2 19:00:14 UTC 2020


Applied.  Thanks!

Alex

On Mon, Nov 2, 2020 at 9:17 AM Colin King <colin.king at canonical.com> wrote:
>
> From: Colin Ian King <colin.king at canonical.com>
>
> There is a spelling mistake in a deb_dbg message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
> index 28a5c0d21b71..c99c2180785f 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
> @@ -296,7 +296,7 @@ static void amdgpu_vram_mgr_do_reserve(struct ttm_resource_manager *man)
>                 if (drm_mm_reserve_node(mm, &rsv->mm_node))
>                         continue;
>
> -               dev_dbg(adev->dev, "Reservation 0x%llx - %lld, Successed\n",
> +               dev_dbg(adev->dev, "Reservation 0x%llx - %lld, Succeeded\n",
>                         rsv->mm_node.start, rsv->mm_node.size);
>
>                 vis_usage = amdgpu_vram_mgr_vis_size(adev, &rsv->mm_node);
> --
> 2.27.0
>
> _______________________________________________
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel


More information about the amd-gfx mailing list