On Mon, 17 Nov 2025 09:44:40 +0000 Hemant Agrawal <[email protected]> wrote:
> > > diff --git a/.mailmap b/.mailmap > > > index 10c37a97a6..d92d4fc24b 100644 > > > --- a/.mailmap > > > +++ b/.mailmap > > > @@ -1035,7 +1035,7 @@ Mauricio Vasquez B > > <[email protected]> > > > <mauricio.vasquezbernal@studenti Mauro Annarumma > > > <[email protected]> Maxime Coquelin > > > <[email protected]> Maxime Gouin > > <[email protected]> > > > -Maxime Leroy <[email protected]> > > > +Maxime Leroy <[email protected]> <[email protected]> > > The order is incorrect. My new email address is [email protected], and it > > should appear first in the list. > > Hi @[email protected] will you please take care of it in merge, or > I should send new version? > > Regards > Hemant > > > > > Thank you, > > > > Maxime Leroy Fixed the .mailmap and checkpatch warning about indentation when committing to next-net. ### [PATCH] net/dpaa2: clear active VDQ state when freeing Rx queues WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 42) #99: FILE: drivers/net/dpaa2/dpaa2_ethdev.c:646: + while (!qbman_check_command_complete(qs->active_dqs)) + /* wait */; total: 0 errors, 1 warnings, 0 checks, 43 lines checked

