diff mbox series

net: atheros: nic-devel@qualcomm.com is dead

Message ID 20210430141142.28d49433b7a0.Ibcb12b70ce4d7d1c3a7a3b69200e1eea5f59e842@changeid (mailing list archive)
State Accepted
Commit a57d3d48366b9068195d01f9ef97844d5ee14f73
Delegated to: Netdev Maintainers
Headers show
Series net: atheros: nic-devel@qualcomm.com is dead | expand

Checks

Context Check Description
netdev/cover_letter success Link
netdev/fixes_present success Link
netdev/patch_count success Link
netdev/tree_selection success Guessed tree name to be net-next
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cc_maintainers warning 10 maintainers not CCed: zhangchangzhong@huawei.com gatis@mikrotik.com christophe.jaillet@wanadoo.fr tglx@linutronix.de yanaijie@huawei.com jesse.brandeburg@intel.com liew.s.piaw@gmail.com davem@davemloft.net bruceshenzk@gmail.com kuba@kernel.org
netdev/source_inline success Was 0 now: 0
netdev/verify_signedoff success Link
netdev/module_param success Was 0 now: 0
netdev/build_32bit success Errors and warnings before: 38 this patch: 38
netdev/kdoc success Errors and warnings before: 3 this patch: 3
netdev/verify_fixes success Link
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 16 lines checked
netdev/build_allmodconfig_warn success Errors and warnings before: 38 this patch: 38
netdev/header_inline success Link

Commit Message

Johannes Berg April 30, 2021, 12:11 p.m. UTC
Remove it from the MODULE_AUTHOR statements referencing it.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
 drivers/net/ethernet/atheros/alx/main.c         | 2 +-
 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jakub Kicinski April 30, 2021, 5:34 p.m. UTC | #1
On Fri, 30 Apr 2021 14:11:42 +0200 Johannes Berg wrote:
> Remove it from the MODULE_AUTHOR statements referencing it.
> 
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>

FWIW I subscribe to the belief that corporations can't be authors,
so I'd personally opt to remove these MODULE_AUTHOR()s completely.
They serve no purpose, strange legal aberrations aside, corporations
are not persons and not being sentient can't take pride in their work. 

This is not a MODULE_COPYRIGHT() macro. In the legal tradition I grew
up in the authorship rights are inalienable and we should not encourage
acting otherwise.
patchwork-bot+netdevbpf@kernel.org April 30, 2021, 10:30 p.m. UTC | #2
Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Fri, 30 Apr 2021 14:11:42 +0200 you wrote:
> Remove it from the MODULE_AUTHOR statements referencing it.
> 
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
> ---
>  drivers/net/ethernet/atheros/alx/main.c         | 2 +-
>  drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - net: atheros: nic-devel@qualcomm.com is dead
    https://git.kernel.org/netdev/net/c/a57d3d48366b

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Leon Romanovsky May 2, 2021, 8 a.m. UTC | #3
On Fri, Apr 30, 2021 at 10:34:54AM -0700, Jakub Kicinski wrote:
> On Fri, 30 Apr 2021 14:11:42 +0200 Johannes Berg wrote:
> > Remove it from the MODULE_AUTHOR statements referencing it.
> > 
> > Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
> 
> FWIW I subscribe to the belief that corporations can't be authors,
> so I'd personally opt to remove these MODULE_AUTHOR()s completely.
> They serve no purpose, strange legal aberrations aside, corporations
> are not persons and not being sentient can't take pride in their work. 

+1, this cargo cult should die.

Thanks
diff mbox series

Patch

diff --git a/drivers/net/ethernet/atheros/alx/main.c b/drivers/net/ethernet/atheros/alx/main.c
index 9e02f8864593..b3d74332ed33 100644
--- a/drivers/net/ethernet/atheros/alx/main.c
+++ b/drivers/net/ethernet/atheros/alx/main.c
@@ -2016,7 +2016,7 @@  static struct pci_driver alx_driver = {
 module_pci_driver(alx_driver);
 MODULE_DEVICE_TABLE(pci, alx_pci_tbl);
 MODULE_AUTHOR("Johannes Berg <johannes@sipsolutions.net>");
-MODULE_AUTHOR("Qualcomm Corporation, <nic-devel@qualcomm.com>");
+MODULE_AUTHOR("Qualcomm Corporation");
 MODULE_DESCRIPTION(
 	"Qualcomm Atheros(R) AR816x/AR817x PCI-E Ethernet Network Driver");
 MODULE_LICENSE("GPL");
diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
index 1d17c24e6d75..c6263cf8d3c0 100644
--- a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
+++ b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
@@ -32,7 +32,7 @@  static const struct pci_device_id atl1c_pci_tbl[] = {
 MODULE_DEVICE_TABLE(pci, atl1c_pci_tbl);
 
 MODULE_AUTHOR("Jie Yang");
-MODULE_AUTHOR("Qualcomm Atheros Inc., <nic-devel@qualcomm.com>");
+MODULE_AUTHOR("Qualcomm Atheros Inc.");
 MODULE_DESCRIPTION("Qualcomm Atheros 100/1000M Ethernet Network Driver");
 MODULE_LICENSE("GPL");