On 11/15/2016 11:59 AM, Heinrich Schuchardt wrote:
On 11/15/2016 07:06 PM, Florian Fainelli wrote:
quoted
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Each patch of your patch series should have a commit message.
It's pretty obvious what this does, really.
You can add the missing commit messages with
git rebase -i HEAD~15
choosing reword.
Please, add a cover letter message describing the patch series using
git format-patch -ns --cover-letter HEAD~15..HEAD
and provide a summary in the 0/15 message.
I did:
https://www.mail-archive.com/netdev at vger.kernel.org/maillist.html
and that is also apparent from:
In-Reply-To: [off-list ref]
References: [off-list ref]
And what I also did is to intentionally make sure that for each patch,
there would not be 50+ people CC'd, but just the relevant people for
each driver, which is exactly how cc-cmd=scripts/get_maintainer.pl work,
making my life simpler honestly.
It's not nearly my first patch submission, but I admit I have been semi
intentionally lazy with this patch set considering the number of patches.
Anyway, enough time wasted on this.
--
Florian