[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CADnq5_O_YRtkZz5s3mkdVa24THYqMTZPZFVsQpS-+T_cDttj4g@mail.gmail.com>
Date: Tue, 15 Mar 2022 11:50:19 -0400
From: Alex Deucher <alexdeucher@...il.com>
To: Julia Lawall <Julia.Lawall@...ia.fr>
Cc: Alex Deucher <alexander.deucher@....com>,
David Airlie <airlied@...ux.ie>,
"Pan, Xinhui" <Xinhui.Pan@....com>,
kernel-janitors@...r.kernel.org,
LKML <linux-kernel@...r.kernel.org>,
amd-gfx list <amd-gfx@...ts.freedesktop.org>,
Maling list - DRI developers
<dri-devel@...ts.freedesktop.org>,
Christian König <christian.koenig@....com>
Subject: Re: [PATCH 29/30] drm/amdgpu: fix typos in comments
Applied. Thanks!
Alex
On Mon, Mar 14, 2022 at 8:01 AM Julia Lawall <Julia.Lawall@...ia.fr> wrote:
>
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
> index fe660a8e150f..970b065e9a6b 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
> @@ -340,7 +340,7 @@ static void amdgpu_cs_get_threshold_for_moves(struct amdgpu_device *adev,
> if (free_vram >= 128 * 1024 * 1024 || free_vram >= total_vram / 8) {
> s64 min_us;
>
> - /* Be more aggresive on dGPUs. Try to fill a portion of free
> + /* Be more aggressive on dGPUs. Try to fill a portion of free
> * VRAM now.
> */
> if (!(adev->flags & AMD_IS_APU))
> @@ -1280,7 +1280,7 @@ static int amdgpu_cs_submit(struct amdgpu_cs_parser *p,
> continue;
>
> /*
> - * Work around dma_resv shortcommings by wrapping up the
> + * Work around dma_resv shortcomings by wrapping up the
> * submission in a dma_fence_chain and add it as exclusive
> * fence.
> */
>
Powered by blists - more mailing lists