[PATCH] MAINTAINERS: correct my email address

Brian Cain posted 1 patch 4 months ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: correct my email address
Posted by Brian Cain 4 months ago
Mea culpa, I don't know how I got this wrong in 2dfe93699c.  Still
getting used to the new address, I suppose.  Somehow I got it right in the
mailmap, though.

Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aaf0505a21..a338a8bbcc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -226,7 +226,7 @@ F: target/avr/
 F: tests/functional/test_avr_mega2560.py
 
 Hexagon TCG CPUs
-M: Brian Cain <bcain@oss.qualcomm.com>
+M: Brian Cain <brian.cain@oss.qualcomm.com>
 S: Supported
 F: target/hexagon/
 X: target/hexagon/idef-parser/
-- 
2.34.1
Re: [PATCH] MAINTAINERS: correct my email address
Posted by Philippe Mathieu-Daudé 3 months, 3 weeks ago
On 9/12/24 19:12, Brian Cain wrote:
> Mea culpa, I don't know how I got this wrong in 2dfe93699c.  Still
> getting used to the new address, I suppose.  Somehow I got it right in the
> mailmap, though.
> 
> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Queued, thanks!
Re: [PATCH] MAINTAINERS: correct my email address
Posted by Philippe Mathieu-Daudé 3 months, 3 weeks ago
On 13/12/24 20:16, Philippe Mathieu-Daudé wrote:
> On 9/12/24 19:12, Brian Cain wrote:
>> Mea culpa, I don't know how I got this wrong in 2dfe93699c.  Still
>> getting used to the new address, I suppose.  Somehow I got it right in 
>> the
>> mailmap, though.
>>
>> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
>> ---
>>   MAINTAINERS | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Queued, thanks!

Dropped, already taken by Peter.

Re: [PATCH] MAINTAINERS: correct my email address
Posted by Peter Maydell 3 months, 3 weeks ago
On Mon, 9 Dec 2024 at 18:12, Brian Cain <brian.cain@oss.qualcomm.com> wrote:
>
> Mea culpa, I don't know how I got this wrong in 2dfe93699c.  Still
> getting used to the new address, I suppose.  Somehow I got it right in the
> mailmap, though.
>
> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>



Applied to target-arm.next, thanks.

-- PMM