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
This commit is contained in:
parent
3d94e75844
commit
311d0fad2a
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user