On Tue, 2024-03-26 at 18:35 +0800, Kelly Hung wrote: > Document the new compatibles used on ASUS X4TF. > > Signed-off-by: Kelly Hung <Kelly_Hung@xxxxxxxx> In addition to the concerns of others, your author email is not the same as your SoB email. checkpatch warns: ``` WARNING: From:/Signed-off-by: email address mismatch: 'From: Kelly Hung <ppighouse@xxxxxxxxx>' != 'Signed-off-by: Kelly Hung <Kelly_Hung@xxxxxxxx>' total: 0 errors, 1 warnings, 7 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix- inplace. Commit bb035db4c70a ("dt-bindings: arm: aspeed: add ASUS X4TF board") has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ``` Please fix this issue for both patches in the series and resend. Thanks, Andrew