]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rust/drm/gem: Fix missing header in `Object` rustdoc
authorLyude Paul <lyude@redhat.com>
Fri, 7 Nov 2025 20:25:56 +0000 (15:25 -0500)
committerAlice Ryhl <aliceryhl@google.com>
Mon, 10 Nov 2025 09:11:01 +0000 (09:11 +0000)
commite54ad0cd3673c93cdafda58505eaa81610fe3aef
treec5b3e4fa654bc312e8206420bbbf0e4566aff2c1
parent80b3dc0a5a2e51fb2b8f3406f5ee20ad4a652316
rust/drm/gem: Fix missing header in `Object` rustdoc

Invariants should be prefixed with a # to turn it into a header.

There are no functional changes in this patch.

Cc: stable@vger.kernel.org
Fixes: c284d3e42338 ("rust: drm: gem: Add GEM object abstraction")
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patch.msgid.link/20251107202603.465932-1-lyude@redhat.com
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
rust/kernel/drm/gem/mod.rs