Lyude Paul
2022-May-27 16:27 UTC
[Nouveau] [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
Reviewed-by: Lyude Paul <lyude at redhat.com> Do you need me to push this to drm-misc? Or will this be pushed as one series? On Fri, 2022-05-27 at 12:22 +0800, 1064094935 at qq.com wrote:> From: pengfuyuan <pengfuyuan at kylinos.cn> > > Fix spelling typo in comments. > > Reported-by: k2ci <kernel-bot at kylinos.cn> > Signed-off-by: pengfuyuan <pengfuyuan at kylinos.cn> > --- > ?drivers/gpu/drm/nouveau/include/nvhw/drf.h | 4 ++-- > ?1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/nouveau/include/nvhw/drf.h > b/drivers/gpu/drm/nouveau/include/nvhw/drf.h > index bd0fc41446e2..d6969c0e2f29 100644 > --- a/drivers/gpu/drm/nouveau/include/nvhw/drf.h > +++ b/drivers/gpu/drm/nouveau/include/nvhw/drf.h > @@ -190,7 +190,7 @@ > ?#define DRF_MD_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,_10,IMPL,...) IMPL > ?#define DRF_MD(A...) DRF_MD_(X, ##A, DRF_MD_I, DRF_MD_N)(X, ##A) > ? > -/* Helper for testing against field value in aribtrary object */ > +/* Helper for testing against field value in arbitrary object */ > ?#define DRF_TV_N(X,e,p,o,d,r,? > f,cmp,v)????????????????????????????????????????? \ > ????????NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r?? ), d##_##r##_##f, cmp, > (v)) > ?#define > DRF_TV_I(X,e,p,o,d,r,i,f,cmp,v)????????????????????????????????????????? \ > @@ -198,7 +198,7 @@ > ?#define DRF_TV_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,IMPL,...) IMPL > ?#define DRF_TV(A...) DRF_TV_(X, ##A, DRF_TV_I, DRF_TV_N)(X, ##A) > ? > -/* Helper for testing against field definition in aribtrary object */ > +/* Helper for testing against field definition in arbitrary object */ > ?#define DRF_TD_N(X,e,p,o,d,r,? > f,cmp,v)????????????????????????????????????????????????????????? \ > ????????NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r?? ), d##_##r##_##f, cmp, > d##_##r##_##f##_##v) > ?#define > DRF_TD_I(X,e,p,o,d,r,i,f,cmp,v)????????????????????????????????????????????? > ???????????? \-- Cheers, Lyude Paul (she/her) Software Engineer at Red Hat
1064094935
2022-Jun-16 06:58 UTC
[Nouveau] 回复: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
Hi, I'm very sorry, these five patches are not a series, the other four are from other branches. I made a mistake when submitting the patch. Can you help me push this to drm-misc? Or I will resubmit this patch again. Best regards, pengfuyuan ------------------ ???? ------------------ ???: "Lyude Paul" <lyude at redhat.com>; ????: 2022?5?28?(???) ??0:27 ???: "1064094935"<1064094935 at qq.com>;"Ben Skeggs"<bskeggs at redhat.com>; ??: "Karol Herbst"<kherbst at redhat.com>;"David Airlie"<airlied at linux.ie>;"Daniel Vetter"<daniel at ffwll.ch>;"dri-devel"<dri-devel at lists.freedesktop.org>;"nouveau"<nouveau at lists.freedesktop.org>;"linux-kernel"<linux-kernel at vger.kernel.org>;"pengfuyuan"<pengfuyuan at kylinos.cn>;"k2ci"<kernel-bot at kylinos.cn>; ??: Re: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments Reviewed-by: Lyude Paul <lyude at redhat.com> Do you need me to push this to drm-misc? Or will this be pushed as one series? On Fri, 2022-05-27 at 12:22 +0800, 1064094935 at qq.com wrote: > From: pengfuyuan <pengfuyuan at kylinos.cn> > > Fix spelling typo in comments. > > Reported-by: k2ci <kernel-bot at kylinos.cn> > Signed-off-by: pengfuyuan <pengfuyuan at kylinos.cn> > --- > drivers/gpu/drm/nouveau/include/nvhw/drf.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/nouveau/include/nvhw/drf.h > b/drivers/gpu/drm/nouveau/include/nvhw/drf.h > index bd0fc41446e2..d6969c0e2f29 100644 > --- a/drivers/gpu/drm/nouveau/include/nvhw/drf.h > +++ b/drivers/gpu/drm/nouveau/include/nvhw/drf.h > @@ -190,7 +190,7 @@ > #define DRF_MD_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,_10,IMPL,...) IMPL > #define DRF_MD(A...) DRF_MD_(X, ##A, DRF_MD_I, DRF_MD_N)(X, ##A) > > -/* Helper for testing against field value in aribtrary object */ > +/* Helper for testing against field value in arbitrary object */ > #define DRF_TV_N(X,e,p,o,d,r, > f,cmp,v) \ > NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r ), d##_##r##_##f, cmp, > (v)) > #define > DRF_TV_I(X,e,p,o,d,r,i,f,cmp,v) \ > @@ -198,7 +198,7 @@ > #define DRF_TV_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,IMPL,...) IMPL > #define DRF_TV(A...) DRF_TV_(X, ##A, DRF_TV_I, DRF_TV_N)(X, ##A) > > -/* Helper for testing against field definition in aribtrary object */ > +/* Helper for testing against field definition in arbitrary object */ > #define DRF_TD_N(X,e,p,o,d,r, > f,cmp,v) \ > NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r ), d##_##r##_##f, cmp, > d##_##r##_##f##_##v) > #define > DRF_TD_I(X,e,p,o,d,r,i,f,cmp,v) > \ -- Cheers, Lyude Paul (she/her) Software Engineer at Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20220616/5836bc22/attachment-0001.htm>
Lyude Paul
2022-Jun-16 22:38 UTC
[Nouveau] 回复: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
No problem! I just pushed the patch you sent separately (which I'm assuming is the patch you previously sent in a series by mistake) so it should be all set. On Thu, 2022-06-16 at 14:56 +0800, 1064094935 wrote:> Hi, > I'm very sorry, these five patches are not a series, the other four are from > other branches. I made a mistake when submitting the patch. Can you help me > push this to drm-misc? Or I will resubmit this patch again. > > Best regards, > pengfuyuan > > ------------------??????------------------ > ???: "Lyude Paul" <lyude at redhat.com>; > ????:?2022?5?28?(???) ??0:27 > ???:?"1064094935"<1064094935 at qq.com>;"Ben Skeggs"<bskeggs at redhat.com>; > ??:?"Karol Herbst"<kherbst at redhat.com>;"David > Airlie"<airlied at linux.ie>;"Daniel Vetter"<daniel at ffwll.ch>;"dri-devel"<dri- > devel at lists.freedesktop.org>;"nouveau"<nouveau at lists.freedesktop.org>;"linux > -kernel"<linux- > kernel at vger.kernel.org>;"pengfuyuan"<pengfuyuan at kylinos.cn>;"k2ci"<kernel- > bot at kylinos.cn>; > ??:?Re: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments > > Reviewed-by: Lyude Paul <lyude at redhat.com> > > Do you need me to push this to drm-misc? Or will this be pushed as one > series? > > On Fri, 2022-05-27 at 12:22 +0800, 1064094935 at qq.com wrote: > > From: pengfuyuan <pengfuyuan at kylinos.cn> > > > > Fix spelling typo in comments. > > > > Reported-by: k2ci <kernel-bot at kylinos.cn> > > Signed-off-by: pengfuyuan <pengfuyuan at kylinos.cn> > > --- > > ?drivers/gpu/drm/nouveau/include/nvhw/drf.h | 4 ++-- > > ?1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/drivers/gpu/drm/nouveau/include/nvhw/drf.h > > b/drivers/gpu/drm/nouveau/include/nvhw/drf.h > > index bd0fc41446e2..d6969c0e2f29 100644 > > --- a/drivers/gpu/drm/nouveau/include/nvhw/drf.h > > +++ b/drivers/gpu/drm/nouveau/include/nvhw/drf.h > > @@ -190,7 +190,7 @@ > > ?#define DRF_MD_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,_10,IMPL,...) IMPL > > ?#define DRF_MD(A...) DRF_MD_(X, ##A, DRF_MD_I, DRF_MD_N)(X, ##A) > > ? > > -/* Helper for testing against field value in aribtrary object */ > > +/* Helper for testing against field value in arbitrary object */ > > ?#define DRF_TV_N(X,e,p,o,d,r,? > > f,cmp,v)????????????????????????????????????????? \ > > ????????NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r?? ), d##_##r##_##f, > cmp, > > (v)) > > ?#define > > DRF_TV_I(X,e,p,o,d,r,i,f,cmp,v)????????????????????????????????????????? \ > > @@ -198,7 +198,7 @@ > > ?#define DRF_TV_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,IMPL,...) IMPL > > ?#define DRF_TV(A...) DRF_TV_(X, ##A, DRF_TV_I, DRF_TV_N)(X, ##A) > > ? > > -/* Helper for testing against field definition in aribtrary object */ > > +/* Helper for testing against field definition in arbitrary object */ > > ?#define DRF_TD_N(X,e,p,o,d,r,? > > f,cmp,v)????????????????????????????????????????????????????????? \ > > ????????NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r?? ), d##_##r##_##f, > cmp, > > d##_##r##_##f##_##v) > > ?#define > > > DRF_TD_I(X,e,p,o,d,r,i,f,cmp,v)????????????????????????????????????????????? > > ???????????? \ >-- Cheers, Lyude Paul (she/her) Software Engineer at Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20220616/95098982/attachment.htm>