Re: [PATCH v3 2/7] gpu: nova-core: Clarify sysmembar operations

From: Miguel Ojeda
Date: Sun Jul 06 2025 - 09:46:36 EST


On Wed, Jul 2, 2025 at 1:05 PM Alexandre Courbot <acourbot@xxxxxxxxxx> 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