Thanks for your suggest :) In fact, I send patch through the python script made by myself.
When I use command" ./scripts/get_maintainer.pl 0001-batman-adv-Fix-spelling-mistakes.patch", the information is: ``` Marek Lindner <[email protected]> (maintainer:BATMAN ADVANCED) Simon Wunderlich <[email protected]> (maintainer:BATMAN ADVANCED) Antonio Quartulli <[email protected]> (maintainer:BATMAN ADVANCED) Sven Eckelmann <[email protected]> (maintainer:BATMAN ADVANCED) "David S. Miller" <[email protected]> (maintainer:NETWORKING [GENERAL]) Jakub Kicinski <[email protected]> (maintainer:NETWORKING [GENERAL]) [email protected] (moderated list:BATMAN ADVANCED) [email protected] (open list:NETWORKING [GENERAL]) [email protected] (open list) ``` My send patch script forgot to deal with line like this(forgot deal with key word moderated list): " [email protected] (moderated list:BATMAN ADVANCED)" Therefore I forgot to send it to the B.A.T.M.A.N. mailing list. I will fix this, thank you for your suggest :) -----邮件原件----- 发件人: Sven Eckelmann [mailto:[email protected]] 发送时间: 2021年6月2日 14:47 收件人: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; zhengyongjun <[email protected]>; [email protected] 主题: Re: [PATCH net-next] batman-adv: Fix spelling mistakes On Wednesday, 2 June 2021 08:56:03 CEST Zheng Yongjun wrote: > Fix some spelling mistakes in comments: > containg ==> containing > dont ==> don't > datas ==> data > brodcast ==> broadcast > > Signed-off-by: Zheng Yongjun <[email protected]> > --- > net/batman-adv/bridge_loop_avoidance.c | 4 ++-- > net/batman-adv/hard-interface.c | 2 +- > net/batman-adv/hash.h | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) You forgot to send it to the B.A.T.M.A.N. mailing list. And it therefore didn't appear in our patchwork. And you send stuff from the future - which is rather odd. Applied anyway. Thanks, Sven
