[PATCH RFC 2/3] rust: hid: USB Monitor Control Class driver
Miguel Ojeda
miguel.ojeda.sandonis at gmail.com
Fri Mar 14 14:41:02 UTC 2025
On Thu, Mar 13, 2025 at 5:58 PM Benjamin Tissoires <bentiss at kernel.org> wrote:
>
> skeletons are good for documentation, but not really for code review as
> they can not compile.
>
> You should make this patch part of a documentation in
> Documentation/hid/, and squash it with the next one (having a minimal
> full driver instead of skeleton+fill in the voids).
It could be part of the documentation of the `module_hid_driver!` for
instance, like we have done for other of those macros.
(In general, we try to use `Documentation/` for things that do not fit
as documentation for any of the code "items".)
Cheers,
Miguel
More information about the dri-devel
mailing list