Skip to content

Commit a57d3d4

Browse files
jmbergdavem330
authored andcommitted
net: atheros: [email protected] is dead
Remove it from the MODULE_AUTHOR statements referencing it. Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f0a5818 commit a57d3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/net/ethernet/atheros/alx/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ static struct pci_driver alx_driver = {
20162016
module_pci_driver(alx_driver);
20172017
MODULE_DEVICE_TABLE(pci, alx_pci_tbl);
20182018
MODULE_AUTHOR("Johannes Berg <[email protected]>");
2019-
MODULE_AUTHOR("Qualcomm Corporation, <[email protected]>");
2019+
MODULE_AUTHOR("Qualcomm Corporation");
20202020
MODULE_DESCRIPTION(
20212021
"Qualcomm Atheros(R) AR816x/AR817x PCI-E Ethernet Network Driver");
20222022
MODULE_LICENSE("GPL");

drivers/net/ethernet/atheros/atl1c/atl1c_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static const struct pci_device_id atl1c_pci_tbl[] = {
3232
MODULE_DEVICE_TABLE(pci, atl1c_pci_tbl);
3333

3434
MODULE_AUTHOR("Jie Yang");
35-
MODULE_AUTHOR("Qualcomm Atheros Inc., <[email protected]>");
35+
MODULE_AUTHOR("Qualcomm Atheros Inc.");
3636
MODULE_DESCRIPTION("Qualcomm Atheros 100/1000M Ethernet Network Driver");
3737
MODULE_LICENSE("GPL");
3838

0 commit comments

Comments
 (0)