Re: [PATCH 1/2] device: rust: change the name function
From: Daniel Almeida
Date: Sun Sep 29 2024 - 11:36:15 EST
Hi Guilherme, welcome to the community!
The commit message needs some work IMHO. In particular, links may become stale,
so please do not link to anything.
It’s also written in first person and in a verbose way, which is not good.
Just describe what you did and why the change was necessary succinctly.
You can find some more tips at
https://www.kernel.org/doc/html/latest/process/submitting-patches.html
Lastly, I can’t see a diff anywhere. Make sure everything you send can
actually be applied and *at least* compile-check your changes. Submitting
patches that do not apply and/or do not compile can make people lose interest.
Send a v2 with the fixes above and we can start to actually discuss your code.
BR
— Daniel