>From 931f0f259c881c892e78df75a7bcd1263a838d5b Mon Sep 17 00:00:00 2001 From: Zoe Gates <[email protected]> Date: Mon, 27 Oct 2025 22:15:11 -0500 Subject: [PATCH 3/3] drm/plane: Correct typo in update_plane docs
Fix the kernel-doc spelling so the update_plane parameter description uses the proper wording. Signed-off-by: Zoe Gates <[email protected]> --- include/drm/drm_plane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h index 01479dd94e76..90006a811d57 100644 --- a/include/drm/drm_plane.h +++ b/include/drm/drm_plane.h @@ -295,7 +295,7 @@ struct drm_plane_funcs { * * This is the legacy entry point to enable and configure the plane for * the given CRTC and framebuffer. It is never called to disable the - * plane, i.e. the passed-in crtc and fb paramters are never NULL. + * plane, i.e. the passed-in crtc and fb parameters are never NULL. * * The source rectangle in frame buffer memory coordinates is given by * the src_x, src_y, src_w and src_h parameters (as 16.16 fixed point -- 2.51.1
