diff mbox series

staging: sm750fb: fix spelling typo in comment

Message ID 20221009094809.3171319-1-13667453960@163.com
State New
Headers show
Series staging: sm750fb: fix spelling typo in comment | expand

Commit Message

Jiangshan Yi Oct. 9, 2022, 9:48 a.m. UTC
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(-)

Comments

Greg KH Oct. 9, 2022, 6:22 p.m. UTC | #1
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
diff mbox series

Patch

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,