From: Randy Dunlap Date: Mon, 5 Feb 2024 05:41:01 +0000 (-0800) Subject: drm/rect: fix kernel-doc typos X-Git-Tag: v6.9-rc1~126^2~23^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=311d0fad2a2751dc707696063eb29ca427c0139d;p=thirdparty%2Fkernel%2Flinux.git drm/rect: fix kernel-doc typos Correct typos of "translated". Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Thomas Zimmermann Reviewed-by: Simon Ser Signed-off-by: Randy Dunlap Signed-off-by: Simon Ser Link: https://patchwork.freedesktop.org/patch/msgid/20240205054101.27929-1-rdunlap@infradead.org --- diff --git a/include/drm/drm_rect.h b/include/drm/drm_rect.h index e8d94fca27038..73fcb899a01da 100644 --- a/include/drm/drm_rect.h +++ b/include/drm/drm_rect.h @@ -129,7 +129,7 @@ static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) /** * 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(struct drm_rect *r, int dx, int dy) /** * 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 *