Re: [PATCH] arm64: dts: rockchip: fix emmc reset polarity on px30-cobra
From: Jakob Unterwurzacher
Date: Tue Jun 09 2026 - 04:14:03 EST
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@xxxxxxxxx>
now makes git send-email add that extra "From: " line in the email body as expected.
I'll resend the patch now.
Thanks, Jakob