On 03/01/2024 22.34, Pavel Pisa wrote:
On Wednesday 03 of January 2024 18:28:17 Samuel Tardieu wrote:
If "busses" might be encountered as a plural of "bus" (5 instances),
the correct spelling is "buses" (26 instances). Fixing those 5
instances makes the doc more consistent.
Signed-off-by: Samuel Tardieu <s...@rfc1149.net>
Reviewed-by: Pavel Pisa <p...@cmp.felk.cvut.cz>
PS: there is waiting my previous CAN FIX from December 14
and I have received any feedback if it will be taken
by somebody with commit rights
https://gitlab.com/qemu-project/qemu/-/issues/2028
https://patchew.org/QEMU/20231214104623.31147-1-p...@fel.cvut.cz/
Should I resend it?
Since you (and Vikram) are listed as a maintainer for the CAN subsystem, so
if there were no objections, it's maybe easiest if you send a pull request
for it. See this page for some more information:
https://www.qemu.org/docs/master/devel/submitting-a-pull-request.html
Basically:
- Stick your patch(es) in a branch on your public repository
- Create a signed git tag ("git tag -s ...") and push it to your repo
- git format-patch --cover-letter --subject-prefix=PULL ...
- Use "git request-pull" to create the contents of the cover letter
- Send them to the qemu-devel mailing list
HTH,
Thomas