On Wed, Jul 2, 2025 at 1:05 PM Alexandre Courbot <acour...@nvidia.com> wrote: > > +/// driver initialization, and before any falcon is reset. > +// > /// Users are responsible for manually calling [`Self::unregister`] before > dropping this object,
Missing slash. Added the possibility of catching this automatically in e.g. `rustdoc` to: https://github.com/Rust-for-Linux/linux/issues/350 > +// These two registers together hold the physical system memory address that > is used by the GPU for > +// perform sysmembar operation (see [`crate::fb::SysmemFlush`]). This is a normal comment, so the intra-doc link will (sadly) not do anything. Cheers, Miguel