aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_rect.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2024-02-04 21:41:01 -0800
committerSimon Ser <contact@emersion.fr>2024-02-05 11:02:07 +0100
commit311d0fad2a2751dc707696063eb29ca427c0139d (patch)
tree8105bd0d5a31df52d6c91e93f378cd196c0145b8 /include/drm/drm_rect.h
parentdt-bindings: visionox-rm69299: Update maintainers (diff)
downloadwireguard-linux-311d0fad2a2751dc707696063eb29ca427c0139d.tar.xz
wireguard-linux-311d0fad2a2751dc707696063eb29ca427c0139d.zip
drm/rect: fix kernel-doc typos
Correct typos of "translated". Cc: David Airlie <airlied@gmail.com> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: dri-devel@lists.freedesktop.org Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Maxime Ripard <mripard@kernel.org> Cc: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Simon Ser <contact@emersion.fr> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Simon Ser <contact@emersion.fr> Link: https://patchwork.freedesktop.org/patch/msgid/20240205054101.27929-1-rdunlap@infradead.org
Diffstat (limited to 'include/drm/drm_rect.h')
-rw-r--r--include/drm/drm_rect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drm/drm_rect.h b/include/drm/drm_rect.h
index e8d94fca2703..73fcb899a01d 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
*