2024-02-05 05:41:13

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH v2] drm/rect: fix kernel-doc typos

Correct typos of "translated".

Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: [email protected]
Cc: Maarten Lankhorst <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Thomas Zimmermann <[email protected]>
Reviewed-by: Simon Ser <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
---
v2: add Reviewed-by, rebase

include/drm/drm_rect.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff -- a/include/drm/drm_rect.h b/include/drm/drm_rect.h
--- a/include/drm/drm_rect.h
+++ b/include/drm/drm_rect.h
@@ -129,7 +129,7 @@ static inline void drm_rect_adjust_size(

/**
* drm_rect_translate - translate the rectangle
- * @r: rectangle to be tranlated
+ * @r: rectangle to be translated
* @dx: horizontal translation
* @dy: vertical translation
*
@@ -146,7 +146,7 @@ static inline void drm_rect_translate(st

/**
* drm_rect_translate_to - translate the rectangle to an absolute position
- * @r: rectangle to be tranlated
+ * @r: rectangle to be translated
* @x: horizontal position
* @y: vertical position
*


2024-02-05 10:39:00

by Simon Ser

[permalink] [raw]
Subject: Re: [PATCH v2] drm/rect: fix kernel-doc typos

Pushed to drm-misc-next, thanks!