All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/5] drm/gma500: Fix spelling typo in comment
@ 2022-05-27  3:41 1064094935
  2022-06-02  8:25   ` Patrik Jakobsson
  0 siblings, 1 reply; 4+ messages in thread
From: 1064094935 @ 2022-05-27  3:41 UTC (permalink / raw)
  To: Patrik Jakobsson; +Cc: David Airlie, linux-kernel, dri-devel, pengfuyuan, k2ci

From: pengfuyuan <pengfuyuan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>
---
 drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h b/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
index 600e79744d68..7efbd7c45c90 100644
--- a/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
+++ b/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
@@ -371,7 +371,7 @@ struct psb_intel_sdvo_tv_format {
 
 #define SDVO_CMD_SET_TV_FORMAT				0x29
 
-/** Returns the resolutiosn that can be used with the given TV format */
+/** Returns the resolution that can be used with the given TV format */
 #define SDVO_CMD_GET_SDTV_RESOLUTION_SUPPORT		0x83
 struct psb_intel_sdvo_sdtv_resolution_request {
     unsigned int ntsc_m:1;
-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus

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

* Re: [PATCH 2/5] drm/gma500: Fix spelling typo in comment
  2022-05-27  3:41 [PATCH 2/5] drm/gma500: Fix spelling typo in comment 1064094935
@ 2022-06-02  8:25   ` Patrik Jakobsson
  0 siblings, 0 replies; 4+ messages in thread
From: Patrik Jakobsson @ 2022-06-02  8:25 UTC (permalink / raw)
  To: 1064094935
  Cc: David Airlie, Daniel Vetter, dri-devel, linux-kernel, pengfuyuan, k2ci

On Fri, May 27, 2022 at 5:42 AM <1064094935@qq.com> wrote:
>
> From: pengfuyuan <pengfuyuan@kylinos.cn>
>
> Fix spelling typo in comment.
>
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>
> ---
>  drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h b/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
> index 600e79744d68..7efbd7c45c90 100644
> --- a/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
> +++ b/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
> @@ -371,7 +371,7 @@ struct psb_intel_sdvo_tv_format {
>
>  #define SDVO_CMD_SET_TV_FORMAT                         0x29
>
> -/** Returns the resolutiosn that can be used with the given TV format */
> +/** Returns the resolution that can be used with the given TV format */

Hi,
Can you also fix the /** at the start of the comment. One patch for
both changes is fine.

-Patrik

>  #define SDVO_CMD_GET_SDTV_RESOLUTION_SUPPORT           0x83
>  struct psb_intel_sdvo_sdtv_resolution_request {
>      unsigned int ntsc_m:1;
> --
> 2.25.1
>
>
> No virus found
>                 Checked by Hillstone Network AntiVirus

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

* Re: [PATCH 2/5] drm/gma500: Fix spelling typo in comment
@ 2022-06-02  8:25   ` Patrik Jakobsson
  0 siblings, 0 replies; 4+ messages in thread
From: Patrik Jakobsson @ 2022-06-02  8:25 UTC (permalink / raw)
  To: 1064094935; +Cc: David Airlie, linux-kernel, dri-devel, pengfuyuan, k2ci

On Fri, May 27, 2022 at 5:42 AM <1064094935@qq.com> wrote:
>
> From: pengfuyuan <pengfuyuan@kylinos.cn>
>
> Fix spelling typo in comment.
>
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>
> ---
>  drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h b/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
> index 600e79744d68..7efbd7c45c90 100644
> --- a/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
> +++ b/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
> @@ -371,7 +371,7 @@ struct psb_intel_sdvo_tv_format {
>
>  #define SDVO_CMD_SET_TV_FORMAT                         0x29
>
> -/** Returns the resolutiosn that can be used with the given TV format */
> +/** Returns the resolution that can be used with the given TV format */

Hi,
Can you also fix the /** at the start of the comment. One patch for
both changes is fine.

-Patrik

>  #define SDVO_CMD_GET_SDTV_RESOLUTION_SUPPORT           0x83
>  struct psb_intel_sdvo_sdtv_resolution_request {
>      unsigned int ntsc_m:1;
> --
> 2.25.1
>
>
> No virus found
>                 Checked by Hillstone Network AntiVirus

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

* =?gb18030?B?u9i4tKO6IFtQQVRDSCAyLzVdIGRybS9nbWE1MDA6IEZpeCBzcGVsbGluZyB0eXBvIGluIGNvbW1lbnQ=?=
  2022-06-02  8:25   ` Patrik Jakobsson
  (?)
@ 2022-06-16  6:31   ` =?gb18030?B?MTA2NDA5NDkzNQ==?=
  -1 siblings, 0 replies; 4+ messages in thread
From: =?gb18030?B?MTA2NDA5NDkzNQ==?= @ 2022-06-16  6:31 UTC (permalink / raw)
  To: =?gb18030?B?UGF0cmlrIEpha29ic3Nvbg==?=
  Cc: =?gb18030?B?RGF2aWQgQWlybGll?=, =?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: 2514 bytes --]

Hi,
This is great advice, thanks. I will resubmit this patch again.


Best regards,
pengfuyuan





------------------&nbsp;ԭʼÓʼþ&nbsp;------------------
·¢¼þÈË:                                                                                                                        "Patrik Jakobsson"                                                                                    <patrik.r.jakobsson@gmail.com&gt;;
·¢ËÍʱ¼ä:&nbsp;2022Äê6ÔÂ2ÈÕ(ÐÇÆÚËÄ) ÏÂÎç4:25
ÊÕ¼þÈË:&nbsp;"1064094935"<1064094935@qq.com&gt;;
³­ËÍ:&nbsp;"David Airlie"<airlied@linux.ie&gt;;"Daniel Vetter"<daniel@ffwll.ch&gt;;"dri-devel"<dri-devel@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 2/5] drm/gma500: Fix spelling typo in comment



On Fri, May 27, 2022 at 5:42 AM <1064094935@qq.com&gt; wrote:
&gt;
&gt; From: pengfuyuan <pengfuyuan@kylinos.cn&gt;
&gt;
&gt; Fix spelling typo in comment.
&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/gma500/psb_intel_sdvo_regs.h | 2 +-
&gt;&nbsp; 1 file changed, 1 insertion(+), 1 deletion(-)
&gt;
&gt; diff --git a/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h b/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
&gt; index 600e79744d68..7efbd7c45c90 100644
&gt; --- a/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
&gt; +++ b/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
&gt; @@ -371,7 +371,7 @@ struct psb_intel_sdvo_tv_format {
&gt;
&gt;&nbsp; #define SDVO_CMD_SET_TV_FORMAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x29
&gt;
&gt; -/** Returns the resolutiosn that can be used with the given TV format */
&gt; +/** Returns the resolution that can be used with the given TV format */

Hi,
Can you also fix the /** at the start of the comment. One patch for
both changes is fine.

-Patrik

&gt;&nbsp; #define SDVO_CMD_GET_SDTV_RESOLUTION_SUPPORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x83
&gt;&nbsp; struct psb_intel_sdvo_sdtv_resolution_request {
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unsigned int ntsc_m:1;
&gt; --
&gt; 2.25.1
&gt;
&gt;
&gt; No virus found
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Checked by Hillstone Network AntiVirus

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

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

end of thread, other threads:[~2022-06-16  6:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27  3:41 [PATCH 2/5] drm/gma500: Fix spelling typo in comment 1064094935
2022-06-02  8:25 ` Patrik Jakobsson
2022-06-02  8:25   ` Patrik Jakobsson
2022-06-16  6:31   ` =?gb18030?B?u9i4tKO6IFtQQVRDSCAyLzVdIGRybS9nbWE1MDA6IEZpeCBzcGVsbGluZyB0eXBvIGluIGNvbW1lbnQ=?= =?gb18030?B?MTA2NDA5NDkzNQ==?=

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.