linux/rust/kernel/drm
Lyude Paul 638eeda8ab rust/drm: Fix Registration::{new,new_foreign_owned}() docs
Looks like we've actually had a malformed rustdoc reference in the rustdocs
for Registration::new_foreign_owned() for a while that, when fixed, still
couldn't resolve properly because it refers to a private item.

This is probably leftover from when Registration::new() was public, so drop
the documentation from that function and fixup the documentation for
Registration::new_foreign_owned().

Signed-off-by: Lyude Paul <lyude@redhat.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Fixes: 0600032c54 ("rust: drm: add DRM driver registration")
Cc: <stable@vger.kernel.org> # v6.16+
Link: https://patch.msgid.link/20260122221037.3462081-1-lyude@redhat.com
2026-01-23 14:18:07 -05:00
..
gem rust: drm: Improve safety comment when using Pin::into_inner_unchecked 2026-01-06 23:30:28 +01:00
device.rs drm next for 6.18-rc1 2025-10-02 12:47:25 -07:00
driver.rs rust/drm: Fix Registration::{new,new_foreign_owned}() docs 2026-01-23 14:18:07 -05:00
file.rs rust: drm: fix srctree/ links 2025-09-08 00:11:19 +02:00
ioctl.rs rust: replace CStr with core::ffi::CStr 2025-10-22 07:47:27 +02:00
mod.rs rust: drm: gem: Add GEM object abstraction 2025-04-28 10:08:23 +02:00