Re: [PATCH 1/2] device: rust: change the name function

From: Miguel Ojeda
Date: Mon Sep 30 2024 - 08:14:14 EST


On Mon, Sep 30, 2024 at 6:33 AM Dirk Behme <dirk.behme@xxxxxxxxxxxx> wrote:
>
> This sounds a little too general to me ;)
>
> I mean we link a lot, using the 'Link' tag even in patches.
>
> For example the mailing list archive has the 'permalink' button and
> Zulip has the 'Copy link to message' button I think can be used.

Yeah, it is fine using Links, as long as the commit message is
understandable, i.e. please keep the critical information in the
commit.

> Yes, I was confused by that, too. But I wonder if just the numbering is
> wrong? I.e. if [PATCH 1/2] was intended to be the cover letter 0/1 and
> the [PATCH 2/2] was intended to be the actual patch 1/1? Just a hint :)

Yeah, they also appear in two independent threads, and they shouldn't be.

Guilherme, please use `git format-patch` and `git send-email` (or `b4`
[1]), it will handle these details for you.

Thanks!

[1] https://b4.docs.kernel.org

Cheers,
Miguel