All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
@ 2022-05-27  4:22 ` 1064094935
  0 siblings, 0 replies; 9+ messages in thread
From: 1064094935 @ 2022-05-27  4:22 UTC (permalink / raw)
  To: Ben Skeggs
  Cc: Karol Herbst, David Airlie, nouveau, linux-kernel, dri-devel,
	pengfuyuan, k2ci

From: pengfuyuan <pengfuyuan@kylinos.cn>

Fix spelling typo in comments.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: pengfuyuan <pengfuyuan@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)                                                          \
-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [Nouveau] [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
@ 2022-05-27  4:22 ` 1064094935
  0 siblings, 0 replies; 9+ messages in thread
From: 1064094935 @ 2022-05-27  4:22 UTC (permalink / raw)
  To: Ben Skeggs
  Cc: David Airlie, nouveau, linux-kernel, dri-devel, pengfuyuan,
	Daniel Vetter, k2ci

From: pengfuyuan <pengfuyuan@kylinos.cn>

Fix spelling typo in comments.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: pengfuyuan <pengfuyuan@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)                                                          \
-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
  2022-05-27  4:22 ` [Nouveau] " 1064094935
  (?)
@ 2022-05-27 16:27   ` Lyude Paul
  -1 siblings, 0 replies; 9+ messages in thread
From: Lyude Paul @ 2022-05-27 16:27 UTC (permalink / raw)
  To: 1064094935, Ben Skeggs
  Cc: Karol Herbst, David Airlie, Daniel Vetter, dri-devel, nouveau,
	linux-kernel, pengfuyuan, k2ci

Reviewed-by: Lyude Paul <lyude@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@qq.com wrote:
> From: pengfuyuan <pengfuyuan@kylinos.cn>
> 
> Fix spelling typo in comments.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: pengfuyuan <pengfuyuan@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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Nouveau] [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
@ 2022-05-27 16:27   ` Lyude Paul
  0 siblings, 0 replies; 9+ messages in thread
From: Lyude Paul @ 2022-05-27 16:27 UTC (permalink / raw)
  To: 1064094935, Ben Skeggs
  Cc: David Airlie, nouveau, linux-kernel, dri-devel, pengfuyuan,
	Daniel Vetter, k2ci

Reviewed-by: Lyude Paul <lyude@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@qq.com wrote:
> From: pengfuyuan <pengfuyuan@kylinos.cn>
> 
> Fix spelling typo in comments.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: pengfuyuan <pengfuyuan@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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
@ 2022-05-27 16:27   ` Lyude Paul
  0 siblings, 0 replies; 9+ messages in thread
From: Lyude Paul @ 2022-05-27 16:27 UTC (permalink / raw)
  To: 1064094935, Ben Skeggs
  Cc: Karol Herbst, David Airlie, nouveau, linux-kernel, dri-devel,
	pengfuyuan, k2ci

Reviewed-by: Lyude Paul <lyude@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@qq.com wrote:
> From: pengfuyuan <pengfuyuan@kylinos.cn>
> 
> Fix spelling typo in comments.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: pengfuyuan <pengfuyuan@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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* =?gb18030?B?u9i4tKO6IFtQQVRDSCA1LzVdIGRybS9ub3V2ZWF1OiBGaXggc3BlbGxpbmcgdHlwbyBpbiBjb21tZW50cw==?=
  2022-05-27 16:27   ` [Nouveau] " Lyude Paul
@ 2022-06-16  6:56     ` =?gb18030?B?MTA2NDA5NDkzNQ==?=
  -1 siblings, 0 replies; 9+ messages in thread
From: =?gb18030?B?MTA2NDA5NDkzNQ==?= @ 2022-06-16  6:56 UTC (permalink / raw)
  To: =?gb18030?B?THl1ZGUgUGF1bA==?=, =?gb18030?B?QmVuIFNrZWdncw==?=
  Cc: =?gb18030?B?S2Fyb2wgSGVyYnN0?=, =?gb18030?B?RGF2aWQgQWlybGll?=,
	=?gb18030?B?bm91dmVhdQ==?=, =?gb18030?B?bGludXgta2VybmVs?=,
	=?gb18030?B?ZHJpLWRldmVs?=, =?gb18030?B?cGVuZ2Z1eXVhbg==?=,
	=?gb18030?B?azJjaQ==?=

[-- 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 --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Nouveau] =?gb18030?b?u9i4tKO6IFtQQVRDSCA1LzVdIGRybS9ub3V2ZWF1?= =?gb18030?q?=3A_Fix_spelling_typo_in_comments?=
@ 2022-06-16  6:56     ` =?gb18030?B?MTA2NDA5NDkzNQ==?=
  0 siblings, 0 replies; 9+ messages in thread
From: =?gb18030?B?MTA2NDA5NDkzNQ==?= @ 2022-06-16  6:56 UTC (permalink / raw)
  To: =?gb18030?B?THl1ZGUgUGF1bA==?=, =?gb18030?B?QmVuIFNrZWdncw==?=
  Cc: =?gb18030?B?RGF2aWQgQWlybGll?=, =?gb18030?B?bm91dmVhdQ==?=,
	=?gb18030?B?bGludXgta2VybmVs?=, =?gb18030?B?ZHJpLWRldmVs?=,
	=?gb18030?B?cGVuZ2Z1eXVhbg==?=,
	=?gb18030?B?RGFuaWVsIFZldHRlcg==?=, =?gb18030?B?azJjaQ==?=

[-- 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 --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Nouveau]  回复: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
  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       ` Lyude Paul
  -1 siblings, 0 replies; 9+ messages in thread
From: Lyude Paul @ 2022-06-16 22:38 UTC (permalink / raw)
  To: 1064094935, Ben Skeggs
  Cc: David Airlie, nouveau, linux-kernel, dri-devel, pengfuyuan,
	Daniel Vetter, k2ci

[-- Attachment #1: Type: text/plain, Size: 3399 bytes --]

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@redhat.com>;
> 发送时间: 2022年5月28日(星期六) 凌晨0:27
> 收件人: "1064094935"<1064094935@qq.com>;"Ben Skeggs"<bskeggs@redhat.com>;
> 抄送: "Karol Herbst"<kherbst@redhat.com>;"David
> Airlie"<airlied@linux.ie>;"Daniel Vetter"<daniel@ffwll.ch>;"dri-devel"<dri-
> devel@lists.freedesktop.org>;"nouveau"<nouveau@lists.freedesktop.org>;"linux
> -kernel"<linux-
> kernel@vger.kernel.org>;"pengfuyuan"<pengfuyuan@kylinos.cn>;"k2ci"<kernel-
> bot@kylinos.cn>;
> 主题: Re: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
> 
> Reviewed-by: Lyude Paul <lyude@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@qq.com wrote:
> > From: pengfuyuan <pengfuyuan@kylinos.cn>
> > 
> > Fix spelling typo in comments.
> > 
> > Reported-by: k2ci <kernel-bot@kylinos.cn>
> > Signed-off-by: pengfuyuan <pengfuyuan@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

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: 回复: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
@ 2022-06-16 22:38       ` Lyude Paul
  0 siblings, 0 replies; 9+ messages in thread
From: Lyude Paul @ 2022-06-16 22:38 UTC (permalink / raw)
  To: 1064094935, Ben Skeggs
  Cc: Karol Herbst, David Airlie, nouveau, linux-kernel, dri-devel,
	pengfuyuan, k2ci

[-- Attachment #1: Type: text/plain, Size: 3399 bytes --]

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@redhat.com>;
> 发送时间: 2022年5月28日(星期六) 凌晨0:27
> 收件人: "1064094935"<1064094935@qq.com>;"Ben Skeggs"<bskeggs@redhat.com>;
> 抄送: "Karol Herbst"<kherbst@redhat.com>;"David
> Airlie"<airlied@linux.ie>;"Daniel Vetter"<daniel@ffwll.ch>;"dri-devel"<dri-
> devel@lists.freedesktop.org>;"nouveau"<nouveau@lists.freedesktop.org>;"linux
> -kernel"<linux-
> kernel@vger.kernel.org>;"pengfuyuan"<pengfuyuan@kylinos.cn>;"k2ci"<kernel-
> bot@kylinos.cn>;
> 主题: Re: [PATCH 5/5] drm/nouveau: Fix spelling typo in comments
> 
> Reviewed-by: Lyude Paul <lyude@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@qq.com wrote:
> > From: pengfuyuan <pengfuyuan@kylinos.cn>
> > 
> > Fix spelling typo in comments.
> > 
> > Reported-by: k2ci <kernel-bot@kylinos.cn>
> > Signed-off-by: pengfuyuan <pengfuyuan@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

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-08-04 20:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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?u9i4tKO6IFtQQVRDSCA1LzVdIGRybS9ub3V2ZWF1OiBGaXggc3BlbGxpbmcgdHlwbyBpbiBjb21tZW50cw==?= =?gb18030?B?MTA2NDA5NDkzNQ==?=
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

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.