linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: sm750fb: fix spelling typo in comment
@ 2022-10-09  9:48 Jiangshan Yi
  2022-10-09 13:36 ` Bagas Sanjaya
  2022-10-09 18:22 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Jiangshan Yi @ 2022-10-09  9:48 UTC (permalink / raw)
  To: sudipm.mukherjee, teddy.wang, gregkh
  Cc: linux-fbdev, linux-staging, linux-kernel, Jiangshan Yi, k2ci

From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

K2CI (Kylin Kernel Continuous Integration) is a code pre-verification tool
independently developed by KylinSoft, which is used for ensuring the
code quality of code submission. K2CI includes the comment check tool
notes_check.

This spelling typo was found using notes_check tool.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 drivers/staging/sm750fb/ddk750_dvi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/sm750fb/ddk750_dvi.h b/drivers/staging/sm750fb/ddk750_dvi.h
index c2518b73bdbd..afdfdb17ffce 100644
--- a/drivers/staging/sm750fb/ddk750_dvi.h
+++ b/drivers/staging/sm750fb/ddk750_dvi.h
@@ -2,7 +2,7 @@
 #ifndef DDK750_DVI_H__
 #define DDK750_DVI_H__
 
-/* dvi chip stuffs structros */
+/* dvi chip stuffs structures */
 
 typedef long (*PFN_DVICTRL_INIT)(unsigned char edge_select,
 				 unsigned char bus_select,
-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus


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

* Re: [PATCH] staging: sm750fb: fix spelling typo in comment
  2022-10-09  9:48 [PATCH] staging: sm750fb: fix spelling typo in comment Jiangshan Yi
@ 2022-10-09 13:36 ` Bagas Sanjaya
  2022-10-09 18:22 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2022-10-09 13:36 UTC (permalink / raw)
  To: Jiangshan Yi
  Cc: sudipm.mukherjee, teddy.wang, gregkh, linux-fbdev, linux-staging,
	linux-kernel, Jiangshan Yi, k2ci

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

On Sun, Oct 09, 2022 at 05:48:09PM +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
> 
> Fix spelling typo in comment.
> 

What comment are you trying to do this typofix? Even seeing the diff
below, I can't figure out that due to insufficient context.

> K2CI (Kylin Kernel Continuous Integration) is a code pre-verification tool
> independently developed by KylinSoft, which is used for ensuring the
> code quality of code submission. K2CI includes the comment check tool
> notes_check.
> 
> This spelling typo was found using notes_check tool.
> 

For CI bot like this, I'd like to see publicly-accessible reports (like
build status), just like what kernel test robot (aka LKP aka 01-DAY CI)
does (try searching LKML for recent report by it). Don't forget to add
Link: tag to the report.

> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
> ---
>  drivers/staging/sm750fb/ddk750_dvi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/sm750fb/ddk750_dvi.h b/drivers/staging/sm750fb/ddk750_dvi.h
> index c2518b73bdbd..afdfdb17ffce 100644
> --- a/drivers/staging/sm750fb/ddk750_dvi.h
> +++ b/drivers/staging/sm750fb/ddk750_dvi.h
> @@ -2,7 +2,7 @@
>  #ifndef DDK750_DVI_H__
>  #define DDK750_DVI_H__
>  
> -/* dvi chip stuffs structros */
> +/* dvi chip stuffs structures */
>  
>  typedef long (*PFN_DVICTRL_INIT)(unsigned char edge_select,
>  				 unsigned char bus_select,

Are the structures really plural (many instances of the struct)?

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] staging: sm750fb: fix spelling typo in comment
  2022-10-09  9:48 [PATCH] staging: sm750fb: fix spelling typo in comment Jiangshan Yi
  2022-10-09 13:36 ` Bagas Sanjaya
@ 2022-10-09 18:22 ` Greg KH
  2022-10-10  2:30   ` Yi Jiangshan
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2022-10-09 18:22 UTC (permalink / raw)
  To: Jiangshan Yi
  Cc: sudipm.mukherjee, teddy.wang, linux-fbdev, linux-staging,
	linux-kernel, Jiangshan Yi, k2ci

On Sun, Oct 09, 2022 at 05:48:09PM +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>

Again, why 163.com?

thanks,

greg k-h

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

* Re:Re: [PATCH] staging: sm750fb: fix spelling typo in comment
  2022-10-09 18:22 ` Greg KH
@ 2022-10-10  2:30   ` Yi Jiangshan
  0 siblings, 0 replies; 4+ messages in thread
From: Yi Jiangshan @ 2022-10-10  2:30 UTC (permalink / raw)
  To: Greg KH
  Cc: sudipm.mukherjee, teddy.wang, linux-fbdev, linux-staging,
	linux-kernel, Jiangshan Yi, k2ci


At 2022-10-10 02:22:40, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>On Sun, Oct 09, 2022 at 05:48:09PM +0800, Jiangshan Yi wrote:
>> From: Jiangshan Yi <yijiangshan@kylinos.cn>
>
>Again, why 163.com?
>



There is a problem with the company's mailbox, and sometimes I can't receive emails. So I temporarily use my personal email to send patches, so that I can receive feedback from the community in a timely manner.


thanks,


Jiangshan Yi

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

end of thread, other threads:[~2022-10-10  2:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-09  9:48 [PATCH] staging: sm750fb: fix spelling typo in comment Jiangshan Yi
2022-10-09 13:36 ` Bagas Sanjaya
2022-10-09 18:22 ` Greg KH
2022-10-10  2:30   ` Yi Jiangshan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).