Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Randy Dunlap and committed by
Simon Ser
311d0fad 3d94e758

+2 -2
+2 -2
include/drm/drm_rect.h
··· 129 129 130 130 /** 131 131 * drm_rect_translate - translate the rectangle 132 - * @r: rectangle to be tranlated 132 + * @r: rectangle to be translated 133 133 * @dx: horizontal translation 134 134 * @dy: vertical translation 135 135 * ··· 146 146 147 147 /** 148 148 * drm_rect_translate_to - translate the rectangle to an absolute position 149 - * @r: rectangle to be tranlated 149 + * @r: rectangle to be translated 150 150 * @x: horizontal position 151 151 * @y: vertical position 152 152 *