Skip to content

Commit d7d5f0f

Browse files
lategoodbyedavem330
authored andcommitted
qca_7k: Replace old mail address
The company I2SE has been acquired a long time ago. Switch to my private mail address before the I2SE account is deactivated. Signed-off-by: Stefan Wahren <[email protected]> Signed-off-by: Stefan Wahren <[email protected]> Reviewed-by: Jacob Keller <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 060e309 commit d7d5f0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/net/ethernet/qualcomm/qca_7k_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ EXPORT_SYMBOL_GPL(qcafrm_fsm_decode);
149149

150150
MODULE_DESCRIPTION("Qualcomm Atheros QCA7000 common");
151151
MODULE_AUTHOR("Qualcomm Atheros Communications");
152-
MODULE_AUTHOR("Stefan Wahren <[email protected]>");
152+
MODULE_AUTHOR("Stefan Wahren <[email protected]>");
153153
MODULE_LICENSE("Dual BSD/GPL");

drivers/net/ethernet/qualcomm/qca_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,6 @@ module_spi_driver(qca_spi_driver);
10431043

10441044
MODULE_DESCRIPTION("Qualcomm Atheros QCA7000 SPI Driver");
10451045
MODULE_AUTHOR("Qualcomm Atheros Communications");
1046-
MODULE_AUTHOR("Stefan Wahren <[email protected]>");
1046+
MODULE_AUTHOR("Stefan Wahren <[email protected]>");
10471047
MODULE_LICENSE("Dual BSD/GPL");
10481048
MODULE_VERSION(QCASPI_DRV_VERSION);

drivers/net/ethernet/qualcomm/qca_uart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,6 @@ module_serdev_device_driver(qca_uart_driver);
397397

398398
MODULE_DESCRIPTION("Qualcomm Atheros QCA7000 UART Driver");
399399
MODULE_AUTHOR("Qualcomm Atheros Communications");
400-
MODULE_AUTHOR("Stefan Wahren <[email protected]>");
400+
MODULE_AUTHOR("Stefan Wahren <[email protected]>");
401401
MODULE_LICENSE("Dual BSD/GPL");
402402
MODULE_VERSION(QCAUART_DRV_VERSION);

0 commit comments

Comments
 (0)