Re: [PATCH 2/3] atl1c: change author

From: Eric Dumazet
Date: Thu Mar 01 2012 - 07:27:42 EST


Le jeudi 01 mars 2012 Ã 13:41 +0800, Cloud Ren a Ãcrit :
> The author, jie yang, has left. please use nic-devel@xxxxxxxxxxxx report bugs to
> us.
>
> Signed-off-by: Cloud Ren <cjren@xxxxxxxxxxxxxxxx>
> ---
> drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
> index 6bf387b..815f683 100644
> --- a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
> +++ b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
> @@ -52,7 +52,7 @@ static DEFINE_PCI_DEVICE_TABLE(atl1c_pci_tbl) = {
> };
> MODULE_DEVICE_TABLE(pci, atl1c_pci_tbl);
>
> -MODULE_AUTHOR("Jie Yang <jie.yang@xxxxxxxxxxx>");
> +MODULE_AUTHOR("Qualcomm Corporation, <nic-devel@xxxxxxxxxxxx>");
> MODULE_DESCRIPTION("Atheros 1000M Ethernet Network Driver");
> MODULE_LICENSE("GPL");
>

Jie Yang, _is_ the original author. Thats a truth.

Why would you want to remove this line, this sounds very bad.

What you probably want is a change in MAINTAINERS file to reflect who
maintains atl1c at this moment and how to reach them by email.

Notes:

- Its also possible to add a new MODULE_AUTHOR() line

- You could remove the obsolete email address and keep Jie Yang name as
in :

MODULE_AUTHOR("Jie Yang");



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/