Skip to content

Commit 49836ff

Browse files
can: m_can: replace Dong Aisheng's old email address
Dong Aisheng's old Freescale email is not valid anymore and bounces, replace it by the new NXP one. Reviewed-by: Dong Aisheng <[email protected]> Link: https://patch.msgid.link/20251009-m_can-update-email-address-v1-1-30a268587f69@pengutronix.de Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent ca965a7 commit 49836ff

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ Dmitry Safonov <[email protected]> <[email protected]>
227227
228228
229229
Domen Puncer <[email protected]>
230+
230231
Douglas Gilbert <[email protected]>
231232
232233

drivers/net/can/m_can/m_can.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0
22
// CAN bus driver for Bosch M_CAN controller
33
// Copyright (C) 2014 Freescale Semiconductor, Inc.
4-
// Dong Aisheng <b29396@freescale.com>
4+
// Dong Aisheng <aisheng.dong@nxp.com>
55
// Copyright (C) 2018-19 Texas Instruments Incorporated - http://www.ti.com/
66

77
/* Bosch M_CAN user manual can be obtained from:
@@ -2556,7 +2556,7 @@ int m_can_class_resume(struct device *dev)
25562556
}
25572557
EXPORT_SYMBOL_GPL(m_can_class_resume);
25582558

2559-
MODULE_AUTHOR("Dong Aisheng <b29396@freescale.com>");
2559+
MODULE_AUTHOR("Dong Aisheng <aisheng.dong@nxp.com>");
25602560
MODULE_AUTHOR("Dan Murphy <[email protected]>");
25612561
MODULE_LICENSE("GPL v2");
25622562
MODULE_DESCRIPTION("CAN bus driver for Bosch M_CAN controller");

drivers/net/can/m_can/m_can_platform.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0
22
// IOMapped CAN bus driver for Bosch M_CAN controller
33
// Copyright (C) 2014 Freescale Semiconductor, Inc.
4-
// Dong Aisheng <b29396@freescale.com>
4+
// Dong Aisheng <aisheng.dong@nxp.com>
55
//
66
// Copyright (C) 2018-19 Texas Instruments Incorporated - http://www.ti.com/
77

@@ -236,7 +236,7 @@ static struct platform_driver m_can_plat_driver = {
236236

237237
module_platform_driver(m_can_plat_driver);
238238

239-
MODULE_AUTHOR("Dong Aisheng <b29396@freescale.com>");
239+
MODULE_AUTHOR("Dong Aisheng <aisheng.dong@nxp.com>");
240240
MODULE_AUTHOR("Dan Murphy <[email protected]>");
241241
MODULE_LICENSE("GPL v2");
242242
MODULE_DESCRIPTION("M_CAN driver for IO Mapped Bosch controllers");

0 commit comments

Comments
 (0)