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

Jeffrey Hugo posted 1 patch 2 years ago
There is a newer version of this series
.../devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] dt-bindings: net: bluetooth: qualcomm: Fix bouncing @codeaurora
Posted by Jeffrey Hugo 2 years 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>
---
 .../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] dt-bindings: net: bluetooth: qualcomm: Fix bouncing @codeaurora
Posted by Jeffrey Hugo 1 year, 11 months ago
On 2/2/2024 11:11 AM, 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?  You seemed willing to take similar changes.

-Jeff