[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_Muaa7MLsiUL+pyV16_HuhKJg=jwS8FwCSvgWgGH11LvQ@mail.gmail.com>
Date: Mon, 22 Mar 2021 09:58:48 -0400
From: Alex Deucher <alexdeucher@...il.com>
To: Randy Dunlap <rdunlap@...badil.infradead.org>
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>,
"Chen, Guchun" <guchun.chen@....com>,
Dave Airlie <airlied@...ux.ie>,
Bhawanpreet Lakha <Bhawanpreet.Lakha@....com>,
Tao Zhou <tao.zhou1@....com>,
LKML <linux-kernel@...r.kernel.org>,
amd-gfx list <amd-gfx@...ts.freedesktop.org>,
Huang Rui <ray.huang@....com>,
Maling list - DRI developers
<dri-devel@...ts.freedesktop.org>,
Jiansong Chen <Jiansong.Chen@....com>,
"Deucher, Alexander" <alexander.deucher@....com>,
Likun Gao <Likun.Gao@....com>,
John Clements <John.Clements@....com>,
Christian Koenig <christian.koenig@....com>,
Hawking Zhang <Hawking.Zhang@....com>
Subject: Re: [PATCH V2] drm/amdgpu: Fix a typo
On Sat, Mar 20, 2021 at 3:52 AM Randy Dunlap
<rdunlap@...badil.infradead.org> wrote:
>
>
>
> On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:
>
> > s/traing/training/
> >
> > ...Plus the entire sentence construction for better readability.
> >
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
> > ---
> > Changes from V1:
> > Alex and Randy's suggestions incorporated.
> >
> > drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 8 ++++----
> > 1 file changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
> > index c325d6f53a71..bf3857867f51 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
> > +++ b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
> > @@ -661,10 +661,10 @@ static int psp_v11_0_memory_training(struct psp_context *psp, uint32_t ops)
> >
> > if (ops & PSP_MEM_TRAIN_SEND_LONG_MSG) {
> > /*
> > - * Long traing will encroach certain mount of bottom VRAM,
> > - * saving the content of this bottom VRAM to system memory
> > - * before training, and restoring it after training to avoid
> > - * VRAM corruption.
> > + * Long training will encroach a certain amount on the bottom of VRAM;
> > + * save the content from the bottom VRAM to system memory
> > + * before training, and restore it after training to avoid
> > + * VRAM corruption.
>
> These 3 new lines are indented with spaces instead of tabs. Oops. :(
>
> (I may be too late with this comment -- sorry about that.)
I fixed that up when I applied it.
Thanks,
Alex
>
> > */
> > sz = GDDR6_MEM_TRAINING_ENCROACHED_SIZE;
> >
> > --
> > 2.26.2
> >
> >
> _______________________________________________
> dri-devel mailing list
> dri-devel@...ts.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
Powered by blists - more mailing lists