[PATCH] rust: drm: Fix typo in FEAT_RENDER documentation

Younes Akhouayri via B4 Relay posted 1 patch 1 week, 6 days ago
rust/kernel/drm/driver.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] rust: drm: Fix typo in FEAT_RENDER documentation
Posted by Younes Akhouayri via B4 Relay 1 week, 6 days ago
From: Younes Akhouayri <git@younes.io>

Correct the spelling of "privilege" in the DRIVER_RENDER Rustdoc.

Signed-off-by: Younes Akhouayri <git@younes.io>
---
 rust/kernel/drm/driver.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust/kernel/drm/driver.rs b/rust/kernel/drm/driver.rs
index 25f7e233884d..1dff81442b61 100644
--- a/rust/kernel/drm/driver.rs
+++ b/rust/kernel/drm/driver.rs
@@ -125,7 +125,7 @@ pub trait Driver {
     /// Sets the `DRIVER_RENDER` feature for this driver.
     ///
     /// When enabled, the driver exposes `/dev/dri/renderDXX` render nodes to
-    /// userspace. The render node is an alternate low-priviledge way to access
+    /// userspace. The render node is an alternate low-privilege way to access
     /// the driver, which is enforced on a per-ioctl level. Userspace processes
     /// that open the render node can only invoke ioctls explicitly listed as
     /// usable from the render node (i.e. marked DRM_RENDER_ALLOW), whereas

---
base-commit: 8cdeaa50eae8dad34885515f62559ee83e7e8dda
change-id: 20260712-docs-drm-feat-render-rustdoc-typo-e774ba45f774

Best regards,
--  
Younes Akhouayri <git@younes.io>
Re: [PATCH] rust: drm: Fix typo in FEAT_RENDER documentation
Posted by Danilo Krummrich 1 week, 5 days ago
On Sun, 12 Jul 2026 15:39:46 +0200, Younes Akhouayri wrote:
> [PATCH] rust: drm: Fix typo in FEAT_RENDER documentation

Applied, thanks!

  Branch: drm-rust-next
  Tree:   https://gitlab.freedesktop.org/drm/rust/kernel.git

[1/1] rust: drm: Fix typo in FEAT_RENDER documentation
      commit: 6cb3fdc9f5ae

The patch will appear in the next linux-next integration (typically within 24
hours on weekdays).

The patch is queued up for the upcoming merge window for the next major kernel
release.
Re: [PATCH] rust: drm: Fix typo in FEAT_RENDER documentation
Posted by Alice Ryhl 1 week, 6 days ago
On Sun, Jul 12, 2026 at 3:40 PM Younes Akhouayri via B4 Relay
<devnull+git.younes.io@kernel.org> wrote:
>
> From: Younes Akhouayri <git@younes.io>
>
> Correct the spelling of "privilege" in the DRIVER_RENDER Rustdoc.
>
> Signed-off-by: Younes Akhouayri <git@younes.io>

Reviewed-by: Alice Ryhl <aliceryhl@google.com>