Re: [PATCH v3 1/5] rust: miscdevice: Provide accessor to pull out miscdevice::this_device

From: Miguel Ojeda
Date: Fri Dec 06 2024 - 05:31:04 EST


On Fri, Dec 6, 2024 at 10:05 AM Lee Jones <lee@xxxxxxxxxx> wrote:
>
> + /// Returns a pointer to the current Device

Nit: please use intra-doc links wherever possible (if not possible,
please at least format type names as code). We also end sentences with
periods in docs and comments. So e.g.:

/// Returns a pointer to the current [`Device`].

There was a comment about this line in the previous version, v3, but
there does not seem to be a change. But then again, the title of this
patch is v3 and not v4 -- not sure what happened here.

Thanks!

Cheers,
Miguel