Re: [PATCH net-next] net: octeon_ep_vf: use ethtool_sprintf/puts

From: Andrew Lunn
Date: Mon Aug 12 2024 - 17:04:03 EST


> > 2. You have posed a number of similar patches.
> > To aid review it would be best to group these, say in batches of
> > no more than 10.
> I plan to do a treewide commit with a coccinelle script but would like
> to manually fix the problematic ones before doing so. Having said that
> I still need to figure out how to do a cover letter...

git format-patch --cover-letter HEAD~42

I also find `b4 prep` good for managing patchsets, and it will produce
a cover letter by default if there is more than one patch in the set:

https://b4.docs.kernel.org/en/latest/contributor/prep.html

Andrew