lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <8603b67049805f8b2d187a2d4e4a82a18c656470.camel@icloud.com>
Date: Mon, 27 Oct 2025 23:02:50 -0500
From: Zoe Gates <zoe.blair.gates@...oud.com>
To: maarten.lankhorst@...ux.intel.com, mripard@...nel.org,
 tzimmermann@...e.de, 	airlied@...il.com, simona@...ll.ch,
 dri-devel@...ts.freedesktop.org, 	linux-kernel@...r.kernel.org
Subject: [PATCH 3/3] drm/plane: Correct typo in update_plane docs

>From 931f0f259c881c892e78df75a7bcd1263a838d5b Mon Sep 17 00:00:00 2001
From: Zoe Gates <zoe@...cities.dev>
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 <zoe@...cities.dev>
---
 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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ