[PATCH] arm64: dts: rockchip: fix emmc reset polarity on px30-cobra
Jakob Unterwurzacher
jakob.unterwurzacher at cherry.de
Tue Jun 9 01:10:41 PDT 2026
On 6/2/26 23:08, Heiko Stuebner wrote:
>
> as Quentin remarked, author (@gmail) and signed-off-by do not match.
> While I'm generally open to fixing things, when it touches the DCO this
> isn't the case.
>
> So please resend this with the correct author.
>
> In general "git send-email" will do the correct thing (that From: line),
> when patch author and email-id do not match.
For posterity:
What seems to be happening is that Gmail rewrites the "From: " header on
the server side. git send-email does now know this, so doesn't add the
extra "From: " line.
Making the final "From: " explicit in .gitconfig using
[sendemail]
from = Jakob Unterwurzacher <jakobunt at gmail.com>
now makes git send-email add that extra "From: " line in the email body
as expected.
I'll resend the patch now.
Thanks, Jakob
More information about the linux-arm-kernel
mailing list