On Fri, Mar 05, 2021 at 08:31:26PM +0800, Peng.Zhou wrote: > > > Somehow I can't apply this patch using git am. It looks like the mail > > > isn't completely plain text (there's some html it seems), which may be > > > why git am is complaining. > > > > I assume this is why patchwork didn't accept them. Please re-post in > > plain/text and use "git send-email". > > > > Kind regards > > Uffe > > I'm sorry about that, but I had used "git send-email" for above, and I > had used checkpatch.pl to check but I don't find anything which will > result in this error, I will check it much more... > Same problem with your v2 patches. Also I only received 2 of the 4 patches, and none of them were received by the mailing list (https://lkml.kernel.org/linux-mmc/). Are you using something like 'git format-patch --cover-letter @~4..@' and 'git send-email *.patch --to=... --cc=...'? Otherwise, it might be a problem with the mail server you're using. - Eric