On Fri, Jun 2, 2023 at 7:18 PM Bjørn Mork bjorn@mork.no wrote:
Wes Huang wes155076@gmail.com writes:
Add support for Compal RXM-G1 which is based on Qualcomm SDX55 chip.
Patch looks good to me, but checkpatch warns about mismatch between From (which ends up as Author) and your SoB:
WARNING: From:/Signed-off-by: email address mismatch: 'From: Wes Huang wes155076@gmail.com' != 'Signed-off-by: Wes Huang wes.huang@moxa.com'
If you have to send this from a different account, then you can work around that issue by adding "From: Wes Huang wes.huang@moxa.com" as the first line of the email body, followed by a single blank line.
git will then use the second From as Author, and it will match the SoB.
Acked-by: Bjørn Mork bjorn@mork.no
Bjørn
I'll resend the patch and add the "From" information to the first line of the email body. Thank you!