> diff --git a/.mailmap b/.mailmap > index 0e0d83e1c6..0ce0cfc1a8 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -1232,7 +1232,7 @@ Patrick Fu <[email protected]> > Patrick Kutch <[email protected]> > Patrick Lu <[email protected]> > Patrick MacArthur <[email protected]> > -Patrick Robb <[email protected]> > +Patrick Robb <[email protected]>
In the mailmap file, both addresses should be present, to tie them together: -Patrick Robb <[email protected]> +Patrick Robb <[email protected]> <[email protected]> Look at other entries with multiple addresses, e.g.: Thomas Monjalon <[email protected]> <[email protected]> With that fixed, Acked-by: Morten Brørup <[email protected]>

