You forgot to Cc qemu-devel@. (See https://wiki.qemu.org/Contribute/SubmitAPatch#CC_the_relevant_maintainer)
On Tue, Oct 20, 2020 at 4:46 AM Lichang Zhao <[email protected]> wrote: Now your name is properly displayed, so I assume you finally ran: $ git config user.name "Lichang Zhao". To fix how your name is displayed in your previous contributions, consider sending this patch: -- >8 -- diff --git a/.mailmap b/.mailmap index 663819fb017..a56c5ba5ee1 100644 --- a/.mailmap +++ b/.mailmap @@ -113,6 +113,7 @@ Liu Yu <[email protected]> Liu Yu <[email protected]> Li Zhang <[email protected]> Li Zhang <[email protected]> +Lichang Zhao <[email protected]> Lluís Vilanova <[email protected]> Lluís Vilanova <[email protected]> Longpeng (Mike) <[email protected]> --- (or Ack-by it here and I'll send it). > > On 2020/10/9 14:44, zhaolichang wrote: > > I found that there are many spelling errors in the comments of qemu/target/. > > > > I used spellcheck to check the spelling errors and found some errors in the > > folder. > > > > > > > > The checkpatch.pl file in the Linux kernel can check spelling errors in > > patches. > > > > I'm trying to add this function to the checkpatch.pl in qemu, > > > > so that no similar spelling errors will occur in the feture. > > > > It's not done yet and I will commit the patch when it's done. > > > > > > > > v1 -> v2: > > > > add reviewed-by for patch > > > > > > > > Signed-off-by: zhaolichang <[email protected]> > > > > ping > This series of patches have been reviewed. Can you help me to pull them? >
