Re: [PATCH] rust: convert raw URLs to Markdown autolinks in comments
From: Miguel Ojeda
Date: Sun Apr 06 2025 - 07:56:04 EST
On Sun, Apr 6, 2025 at 1:28 PM Xizhe Yin <xizheyin@xxxxxxxxxxxxxxxx> wrote:
>
> than Markdown autolinks [text](URL). This inconsistency makes the
The commit message here needs an update. But, yeah, the contents look
like what I meant, thanks! :)
I think there is another in rust/kernel/block/mq/gen_disk.rs and one
in scripts/generate_rust_target.rs.
Also, the changes in `*_vendor.rs` files should probably be skipped,
since we try to keep those as close to upstream as possible.
Please Cc also others that may maintain particular files, e.g. Benno
for pin-init (you can use `scripts/get_maintainer.pl`):
https://rust-for-linux.com/contributing#submitting-changes-to-existing-code
https://rust-for-linux.com/contributing#submitting-patches
Finally, please increment the version number of the patch series when
sending a new version (e.g. `git format-patch -v3`).
Thanks!
Cheers,
Miguel