[PATCH RESEND] dt-bindings: net: bluetooth: qualcomm: Fix bouncing @codeaurora

Jeffrey Hugo posted 1 patch 1 year, 11 months ago
.../devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH RESEND] dt-bindings: net: bluetooth: qualcomm: Fix bouncing @codeaurora
Posted by Jeffrey Hugo 1 year, 11 months ago
The servers for the @codeaurora domain are long retired and any messages
sent there will bounce.  Update the maintainer addresses for this
binding to match the entries in .mailmap so that anyone looking in the
file for a contact will see a correct address.

Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
---

Rob, will you take this patch into your tree for 6.9?

 .../devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
index eba2f3026ab0..528ef3572b62 100644
--- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
@@ -7,8 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Qualcomm Bluetooth Chips
 
 maintainers:
-  - Balakrishna Godavarthi <bgodavar@codeaurora.org>
-  - Rocky Liao <rjliao@codeaurora.org>
+  - Balakrishna Godavarthi <quic_bgodavar@quicinc.com>
+  - Rocky Liao <quic_rjliao@quicinc.com>
 
 description:
   This binding describes Qualcomm UART-attached bluetooth chips.
-- 
2.34.1
Re: [PATCH RESEND] dt-bindings: net: bluetooth: qualcomm: Fix bouncing @codeaurora
Posted by Rob Herring 1 year, 11 months ago
On Fri, 23 Feb 2024 09:20:27 -0700, Jeffrey Hugo wrote:
> The servers for the @codeaurora domain are long retired and any messages
> sent there will bounce.  Update the maintainer addresses for this
> binding to match the entries in .mailmap so that anyone looking in the
> file for a contact will see a correct address.
> 
> Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
> ---
> 
> Rob, will you take this patch into your tree for 6.9?
> 
>  .../devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applied, thanks!