2023-09-28 07:14:22

by Uwe Kleine-König

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Fix Florian Fainelli's email address

Commit 31345a0f5901 ("MAINTAINERS: Replace my email address") added 13
instances of [email protected] and one of only ...@broadcom. I didn't
double check if Broadcom really owns that TLD, but git send-email
doesn't accept it, so add ".com" to that one bogous(?) instance.

Fixes: 31345a0f5901 ("MAINTAINERS: Replace my email address")
Signed-off-by: Uwe Kleine-König <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 861a16b4586c..eee99edf3140 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4099,7 +4099,7 @@ F: drivers/net/wireless/broadcom/brcm80211/

BROADCOM BRCMSTB GPIO DRIVER
M: Doug Berger <[email protected]>
-M: Florian Fainelli <florian.fainelli@broadcom>
+M: Florian Fainelli <[email protected]>
R: Broadcom internal kernel review list <[email protected]>
S: Supported
F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.yaml
--
2.40.1


2023-09-28 22:55:40

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix Florian Fainelli's email address



On 9/28/2023 9:06 AM, Uwe Kleine-König wrote:
> Commit 31345a0f5901 ("MAINTAINERS: Replace my email address") added 13
> instances of [email protected] and one of only ...@broadcom. I didn't
> double check if Broadcom really owns that TLD, but git send-email
> doesn't accept it, so add ".com" to that one bogous(?) instance.
>
> Fixes: 31345a0f5901 ("MAINTAINERS: Replace my email address")
> Signed-off-by: Uwe Kleine-König <[email protected]>

Embarrassing, thanks for fixing this Uwe!

Acked-by: Florian Fainelli <[email protected]>
--
Florian


Attachments:
smime.p7s (4.12 kB)
S/MIME Cryptographic Signature

2023-09-29 06:14:17

by Uwe Kleine-König

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix Florian Fainelli's email address

Hello,

On Thu, Sep 28, 2023 at 11:21:50PM +0200, Florian Fainelli wrote:
> On 9/28/2023 9:06 AM, Uwe Kleine-K?nig wrote:
> > Commit 31345a0f5901 ("MAINTAINERS: Replace my email address") added 13
> > instances of [email protected] and one of only ...@broadcom. I didn't
> > double check if Broadcom really owns that TLD, but git send-email
> > doesn't accept it, so add ".com" to that one bogous(?) instance.
> >
> > Fixes: 31345a0f5901 ("MAINTAINERS: Replace my email address")
> > Signed-off-by: Uwe Kleine-K?nig <[email protected]>
>
> Embarrassing, thanks for fixing this Uwe!
>
> Acked-by: Florian Fainelli <[email protected]>

Who picks this up? 31345a0f5901 went in via arm-soc. Arnd, will you?

Best regards
Uwe

--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | https://www.pengutronix.de/ |


Attachments:
(No filename) (927.00 B)
signature.asc (499.00 B)
Download all attachments

2023-09-30 00:17:05

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix Florian Fainelli's email address

On Fri, Sep 29, 2023, at 02:01, Uwe Kleine-König wrote:
> On Thu, Sep 28, 2023 at 11:21:50PM +0200, Florian Fainelli wrote:
>> On 9/28/2023 9:06 AM, Uwe Kleine-König wrote:
>> > Commit 31345a0f5901 ("MAINTAINERS: Replace my email address") added 13
>> > instances of [email protected] and one of only ...@broadcom. I didn't
>> > double check if Broadcom really owns that TLD, but git send-email
>> > doesn't accept it, so add ".com" to that one bogous(?) instance.
>> >
>> > Fixes: 31345a0f5901 ("MAINTAINERS: Replace my email address")
>> > Signed-off-by: Uwe Kleine-König <[email protected]>
>>
>> Embarrassing, thanks for fixing this Uwe!
>>
>> Acked-by: Florian Fainelli <[email protected]>
>
> Who picks this up? 31345a0f5901 went in via arm-soc. Arnd, will you?
>

Yes, I've already included it in the arm/fixes branch now, doing
some final testing on the branch before I send the PR.

Arnd