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

drm/doc: Fix comment typo

Replace apprpriately with appropriately.

Fixes: 1e4d84c6589e9 ("drm/doc: Polish plane composition property docs")
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Maxime Ripard <maxime@cerno.tech>
Cc: Sean Paul <seanpaul@chromium.org>
Cc: Simon Ser <contact@emersion.fr>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Simon Ser <contact@emersion.fr>
Link: https://patchwork.freedesktop.org/patch/msgid/20220628003407.77765-1-marex@denx.de

authored by

Marek Vasut and committed by
Simon Ser
c8337569 7d008eec

+1 -1
+1 -1
drivers/gpu/drm/drm_blend.c
··· 80 80 * 81 81 * Note that the source rectangle must fully lie within the bounds of the 82 82 * &drm_framebuffer. The destination rectangle can lie outside of the visible 83 - * area of the current mode of the CRTC. It must be apprpriately clipped by the 83 + * area of the current mode of the CRTC. It must be appropriately clipped by the 84 84 * driver, which can be done by calling drm_plane_helper_check_update(). Drivers 85 85 * are also allowed to round the subpixel sampling positions appropriately, but 86 86 * only to the next full pixel. No pixel outside of the source rectangle may