Re: [PATCH] docs: rust: fix formatting for kernel::block::mq::Request
From: Miguel Ojeda
Date: Tue Sep 03 2024 - 06:39:14 EST
On Mon, Sep 2, 2024 at 11:16 PM Francesco Zardi <frazar00@xxxxxxxxx> wrote:
>
> Fix several issues with rustdoc formatting for the
> `kernel::block::mq::Request` module, in particular:
Thanks for the patch, Francesco! These look good (I didn't render it though).
> Closes: https://github.com/Rust-for-Linux/linux/issues/1108
>
> Signed-off-by: Francesco Zardi <frazar00@xxxxxxxxx>
> Suggested-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
If we considered these a fix (I think at least for the first bullet
point it makes sense to do so), these should probably be (in this
order, and without blank newlines):
Reported-by:
Closes:
Signed-off-by:
But depending on the maintainer they may do this without a v2 when
picking it up -- it depends on what Andreas wants to do (it could go
through Block or Rust).
Thanks!
Cheers,
Miguel