Skip to content

Commit bf130ed

Browse files
committed
net: intel: Remove MODULE_AUTHORs
We are moving away from the Sourceforge email address. Rather than removing or updating the email for the affected entries, remove the MODULE_AUTHOR altogether as its usage is incorrect [1]. Link: https://lore.kernel.org/netdev/20200626115236.7f36d379@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com/ [1] Reviewed-by: Jesse Brandeburg <[email protected]> Acked-by: Alexander Lobakin <[email protected]> # libeth, libie Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
1 parent 58f9416 commit bf130ed

File tree

14 files changed

+0
-14
lines changed

14 files changed

+0
-14
lines changed

drivers/net/ethernet/intel/e100.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@
161161
#define FIRMWARE_D102E "e100/d102e_ucode.bin"
162162

163163
MODULE_DESCRIPTION(DRV_DESCRIPTION);
164-
MODULE_AUTHOR(DRV_COPYRIGHT);
165164
MODULE_LICENSE("GPL v2");
166165
MODULE_FIRMWARE(FIRMWARE_D101M);
167166
MODULE_FIRMWARE(FIRMWARE_D101S);

drivers/net/ethernet/intel/e1000/e1000_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ static struct pci_driver e1000_driver = {
187187
.err_handler = &e1000_err_handler
188188
};
189189

190-
MODULE_AUTHOR("Intel Corporation, <[email protected]>");
191190
MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
192191
MODULE_LICENSE("GPL v2");
193192

drivers/net/ethernet/intel/e1000e/netdev.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7969,7 +7969,6 @@ static void __exit e1000_exit_module(void)
79697969
}
79707970
module_exit(e1000_exit_module);
79717971

7972-
MODULE_AUTHOR("Intel Corporation, <[email protected]>");
79737972
MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
79747973
MODULE_LICENSE("GPL v2");
79757974

drivers/net/ethernet/intel/fm10k/fm10k_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ static const char fm10k_driver_string[] = DRV_SUMMARY;
1717
static const char fm10k_copyright[] =
1818
"Copyright(c) 2013 - 2019 Intel Corporation.";
1919

20-
MODULE_AUTHOR("Intel Corporation, <[email protected]>");
2120
MODULE_DESCRIPTION(DRV_SUMMARY);
2221
MODULE_LICENSE("GPL v2");
2322

drivers/net/ethernet/intel/i40e/i40e_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ static int debug = -1;
9898
module_param(debug, uint, 0);
9999
MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all), Debug mask (0x8XXXXXXX)");
100100

101-
MODULE_AUTHOR("Intel Corporation, <[email protected]>");
102101
MODULE_DESCRIPTION("Intel(R) Ethernet Connection XL710 Network Driver");
103102
MODULE_IMPORT_NS(LIBIE);
104103
MODULE_LICENSE("GPL v2");

drivers/net/ethernet/intel/iavf/iavf_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ static const struct pci_device_id iavf_pci_tbl[] = {
4545
MODULE_DEVICE_TABLE(pci, iavf_pci_tbl);
4646

4747
MODULE_ALIAS("i40evf");
48-
MODULE_AUTHOR("Intel Corporation, <[email protected]>");
4948
MODULE_DESCRIPTION("Intel(R) Ethernet Adaptive Virtual Function Network Driver");
5049
MODULE_IMPORT_NS(LIBETH);
5150
MODULE_IMPORT_NS(LIBIE);

drivers/net/ethernet/intel/ice/ice_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ static const char ice_copyright[] = "Copyright (c) 2018, Intel Corporation.";
3535
#define ICE_DDP_PKG_PATH "intel/ice/ddp/"
3636
#define ICE_DDP_PKG_FILE ICE_DDP_PKG_PATH "ice.pkg"
3737

38-
MODULE_AUTHOR("Intel Corporation, <[email protected]>");
3938
MODULE_DESCRIPTION(DRV_SUMMARY);
4039
MODULE_IMPORT_NS(LIBIE);
4140
MODULE_LICENSE("GPL v2");

drivers/net/ethernet/intel/igb/igb_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ static const struct pci_error_handlers igb_err_handler = {
203203

204204
static void igb_init_dmac(struct igb_adapter *adapter, u32 pba);
205205

206-
MODULE_AUTHOR("Intel Corporation, <[email protected]>");
207206
MODULE_DESCRIPTION("Intel(R) Gigabit Ethernet Network Driver");
208207
MODULE_LICENSE("GPL v2");
209208

drivers/net/ethernet/intel/igbvf/netdev.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3001,7 +3001,6 @@ static void __exit igbvf_exit_module(void)
30013001
}
30023002
module_exit(igbvf_exit_module);
30033003

3004-
MODULE_AUTHOR("Intel Corporation, <[email protected]>");
30053004
MODULE_DESCRIPTION("Intel(R) Gigabit Virtual Function Network Driver");
30063005
MODULE_LICENSE("GPL v2");
30073006

drivers/net/ethernet/intel/igc/igc_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
static int debug = -1;
3434

35-
MODULE_AUTHOR("Intel Corporation, <[email protected]>");
3635
MODULE_DESCRIPTION(DRV_SUMMARY);
3736
MODULE_LICENSE("GPL v2");
3837
module_param(debug, int, 0);

0 commit comments

Comments
 (0)