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

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.