All of lore.kernel.org
 help / color / mirror / Atom feed
From: =?gb18030?B?MTA2NDA5NDkzNQ==?= <1064094935@qq.com>
To: =?gb18030?B?THl1ZGUgUGF1bA==?= <lyude@redhat.com>,
	=?gb18030?B?QmVuIFNrZWdncw==?= <bskeggs@redhat.com>
Cc: =?gb18030?B?S2Fyb2wgSGVyYnN0?= <kherbst@redhat.com>,
	=?gb18030?B?RGF2aWQgQWlybGll?= <airlied@linux.ie>,
	=?gb18030?B?bm91dmVhdQ==?= <nouveau@lists.freedesktop.org>,
	=?gb18030?B?bGludXgta2VybmVs?= <linux-kernel@vger.kernel.org>,
	=?gb18030?B?ZHJpLWRldmVs?= <dri-devel@lists.freedesktop.org>,
	=?gb18030?B?cGVuZ2Z1eXVhbg==?= <pengfuyuan@kylinos.cn>,
	=?gb18030?B?azJjaQ==?= <kernel-bot@kylinos.cn>
Subject: =?gb18030?B?u9i4tKO6IFtQQVRDSCA1LzVdIGRybS9ub3V2ZWF1OiBGaXggc3BlbGxpbmcgdHlwbyBpbiBjb21tZW50cw==?=
Date: Thu, 16 Jun 2022 14:56:57 +0800	[thread overview]
Message-ID: <tencent_D362AE3DB129A03B459B4D23D3BED619F607@qq.com> (raw)
In-Reply-To: <d8a12051e71ec322f489beed252576e16802a172.camel@redhat.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb18030", Size: 4412 bytes --]

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



------------------&nbsp;ԭʼÓʼþ&nbsp;------------------
·¢¼þÈË:                                                                                                                        "Lyude Paul"                                                                                    <lyude@redhat.com&gt;;
·¢ËÍʱ¼ä:&nbsp;2022Äê5ÔÂ28ÈÕ(ÐÇÆÚÁù) Á賿0:27
ÊÕ¼þÈË:&nbsp;"1064094935"<1064094935@qq.com&gt;;"Ben Skeggs"<bskeggs@redhat.com&gt;;
³­ËÍ:&nbsp;"Karol Herbst"<kherbst@redhat.com&gt;;"David Airlie"<airlied@linux.ie&gt;;"Daniel Vetter"<daniel@ffwll.ch&gt;;"dri-devel"<dri-devel@lists.freedesktop.org&gt;;"nouveau"<nouveau@lists.freedesktop.org&gt;;"linux-kernel"<linux-kernel@vger.kernel.org&gt;;"pengfuyuan"<pengfuyuan@kylinos.cn&gt;;"k2ci"<kernel-bot@kylinos.cn&gt;;
Ö÷Ìâ:&nbsp;Re: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments



Reviewed-by: Lyude Paul <lyude@redhat.com&gt;

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@qq.com wrote:
&gt; From: pengfuyuan <pengfuyuan@kylinos.cn&gt;
&gt; 
&gt; Fix spelling typo in comments.
&gt; 
&gt; Reported-by: k2ci <kernel-bot@kylinos.cn&gt;
&gt; Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn&gt;
&gt; ---
&gt; &nbsp;drivers/gpu/drm/nouveau/include/nvhw/drf.h | 4 ++--
&gt; &nbsp;1 file changed, 2 insertions(+), 2 deletions(-)
&gt; 
&gt; diff --git a/drivers/gpu/drm/nouveau/include/nvhw/drf.h
&gt; b/drivers/gpu/drm/nouveau/include/nvhw/drf.h
&gt; index bd0fc41446e2..d6969c0e2f29 100644
&gt; --- a/drivers/gpu/drm/nouveau/include/nvhw/drf.h
&gt; +++ b/drivers/gpu/drm/nouveau/include/nvhw/drf.h
&gt; @@ -190,7 +190,7 @@
&gt; &nbsp;#define DRF_MD_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,_10,IMPL,...) IMPL
&gt; &nbsp;#define DRF_MD(A...) DRF_MD_(X, ##A, DRF_MD_I, DRF_MD_N)(X, ##A)
&gt; &nbsp;
&gt; -/* Helper for testing against field value in aribtrary object */
&gt; +/* Helper for testing against field value in arbitrary object */
&gt; &nbsp;#define DRF_TV_N(X,e,p,o,d,r,&nbsp;
&gt; f,cmp,v)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r&nbsp;&nbsp; ), d##_##r##_##f, cmp,
&gt; (v))
&gt; &nbsp;#define
&gt; DRF_TV_I(X,e,p,o,d,r,i,f,cmp,v)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&gt; @@ -198,7 +198,7 @@
&gt; &nbsp;#define DRF_TV_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,IMPL,...) IMPL
&gt; &nbsp;#define DRF_TV(A...) DRF_TV_(X, ##A, DRF_TV_I, DRF_TV_N)(X, ##A)
&gt; &nbsp;
&gt; -/* Helper for testing against field definition in aribtrary object */
&gt; +/* Helper for testing against field definition in arbitrary object */
&gt; &nbsp;#define DRF_TD_N(X,e,p,o,d,r,&nbsp;
&gt; f,cmp,v)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r&nbsp;&nbsp; ), d##_##r##_##f, cmp,
&gt; d##_##r##_##f##_##v)
&gt; &nbsp;#define
&gt; DRF_TD_I(X,e,p,o,d,r,i,f,cmp,v)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \

-- 
Cheers,
&nbsp;Lyude Paul (she/her)
&nbsp;Software Engineer at Red Hat

[-- Attachment #2: Type: text/html, Size: 4968 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: =?gb18030?B?MTA2NDA5NDkzNQ==?= <1064094935@qq.com>
To: =?gb18030?B?THl1ZGUgUGF1bA==?= <lyude@redhat.com>,
	=?gb18030?B?QmVuIFNrZWdncw==?= <bskeggs@redhat.com>
Cc: =?gb18030?B?RGF2aWQgQWlybGll?= <airlied@linux.ie>,
	=?gb18030?B?bm91dmVhdQ==?= <nouveau@lists.freedesktop.org>,
	=?gb18030?B?bGludXgta2VybmVs?= <linux-kernel@vger.kernel.org>,
	=?gb18030?B?ZHJpLWRldmVs?= <dri-devel@lists.freedesktop.org>,
	=?gb18030?B?cGVuZ2Z1eXVhbg==?= <pengfuyuan@kylinos.cn>,
	=?gb18030?B?RGFuaWVsIFZldHRlcg==?= <daniel@ffwll.ch>,
	=?gb18030?B?azJjaQ==?= <kernel-bot@kylinos.cn>
Subject: [Nouveau] =?gb18030?b?u9i4tKO6IFtQQVRDSCA1LzVdIGRybS9ub3V2ZWF1?= =?gb18030?q?=3A_Fix_spelling_typo_in_comments?=
Date: Thu, 16 Jun 2022 14:56:57 +0800	[thread overview]
Message-ID: <tencent_D362AE3DB129A03B459B4D23D3BED619F607@qq.com> (raw)
In-Reply-To: <d8a12051e71ec322f489beed252576e16802a172.camel@redhat.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb18030", Size: 4412 bytes --]

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



------------------&nbsp;ԭʼÓʼþ&nbsp;------------------
·¢¼þÈË:                                                                                                                        "Lyude Paul"                                                                                    <lyude@redhat.com&gt;;
·¢ËÍʱ¼ä:&nbsp;2022Äê5ÔÂ28ÈÕ(ÐÇÆÚÁù) Á賿0:27
ÊÕ¼þÈË:&nbsp;"1064094935"<1064094935@qq.com&gt;;"Ben Skeggs"<bskeggs@redhat.com&gt;;
³­ËÍ:&nbsp;"Karol Herbst"<kherbst@redhat.com&gt;;"David Airlie"<airlied@linux.ie&gt;;"Daniel Vetter"<daniel@ffwll.ch&gt;;"dri-devel"<dri-devel@lists.freedesktop.org&gt;;"nouveau"<nouveau@lists.freedesktop.org&gt;;"linux-kernel"<linux-kernel@vger.kernel.org&gt;;"pengfuyuan"<pengfuyuan@kylinos.cn&gt;;"k2ci"<kernel-bot@kylinos.cn&gt;;
Ö÷Ìâ:&nbsp;Re: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments



Reviewed-by: Lyude Paul <lyude@redhat.com&gt;

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@qq.com wrote:
&gt; From: pengfuyuan <pengfuyuan@kylinos.cn&gt;
&gt; 
&gt; Fix spelling typo in comments.
&gt; 
&gt; Reported-by: k2ci <kernel-bot@kylinos.cn&gt;
&gt; Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn&gt;
&gt; ---
&gt; &nbsp;drivers/gpu/drm/nouveau/include/nvhw/drf.h | 4 ++--
&gt; &nbsp;1 file changed, 2 insertions(+), 2 deletions(-)
&gt; 
&gt; diff --git a/drivers/gpu/drm/nouveau/include/nvhw/drf.h
&gt; b/drivers/gpu/drm/nouveau/include/nvhw/drf.h
&gt; index bd0fc41446e2..d6969c0e2f29 100644
&gt; --- a/drivers/gpu/drm/nouveau/include/nvhw/drf.h
&gt; +++ b/drivers/gpu/drm/nouveau/include/nvhw/drf.h
&gt; @@ -190,7 +190,7 @@
&gt; &nbsp;#define DRF_MD_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,_10,IMPL,...) IMPL
&gt; &nbsp;#define DRF_MD(A...) DRF_MD_(X, ##A, DRF_MD_I, DRF_MD_N)(X, ##A)
&gt; &nbsp;
&gt; -/* Helper for testing against field value in aribtrary object */
&gt; +/* Helper for testing against field value in arbitrary object */
&gt; &nbsp;#define DRF_TV_N(X,e,p,o,d,r,&nbsp;
&gt; f,cmp,v)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r&nbsp;&nbsp; ), d##_##r##_##f, cmp,
&gt; (v))
&gt; &nbsp;#define
&gt; DRF_TV_I(X,e,p,o,d,r,i,f,cmp,v)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&gt; @@ -198,7 +198,7 @@
&gt; &nbsp;#define DRF_TV_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,IMPL,...) IMPL
&gt; &nbsp;#define DRF_TV(A...) DRF_TV_(X, ##A, DRF_TV_I, DRF_TV_N)(X, ##A)
&gt; &nbsp;
&gt; -/* Helper for testing against field definition in aribtrary object */
&gt; +/* Helper for testing against field definition in arbitrary object */
&gt; &nbsp;#define DRF_TD_N(X,e,p,o,d,r,&nbsp;
&gt; f,cmp,v)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r&nbsp;&nbsp; ), d##_##r##_##f, cmp,
&gt; d##_##r##_##f##_##v)
&gt; &nbsp;#define
&gt; DRF_TD_I(X,e,p,o,d,r,i,f,cmp,v)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \

-- 
Cheers,
&nbsp;Lyude Paul (she/her)
&nbsp;Software Engineer at Red Hat

[-- Attachment #2: Type: text/html, Size: 4968 bytes --]

  reply	other threads:[~2022-06-16  6:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-27  4:22 [PATCH 5/5] drm/nouveau: Fix spelling typo in comments 1064094935
2022-05-27  4:22 ` [Nouveau] " 1064094935
2022-05-27 16:27 ` Lyude Paul
2022-05-27 16:27   ` Lyude Paul
2022-05-27 16:27   ` [Nouveau] " Lyude Paul
2022-06-16  6:56   ` =?gb18030?B?MTA2NDA5NDkzNQ==?= [this message]
2022-06-16  6:56     ` [Nouveau] =?gb18030?b?u9i4tKO6IFtQQVRDSCA1LzVdIGRybS9ub3V2ZWF1?= =?gb18030?q?=3A_Fix_spelling_typo_in_comments?= =?gb18030?B?MTA2NDA5NDkzNQ==?=
2022-06-16 22:38     ` [Nouveau] 回复: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments Lyude Paul
2022-06-16 22:38       ` Lyude Paul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tencent_D362AE3DB129A03B459B4D23D3BED619F607@qq.com \
    --to=1064094935@qq.com \
    --cc=airlied@linux.ie \
    --cc=bskeggs@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kernel-bot@kylinos.cn \
    --cc=kherbst@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lyude@redhat.com \
    --cc=nouveau@lists.freedesktop.org \
    --cc=pengfuyuan@kylinos.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.