Removed those additions to the authors lists within last few years that are not the original authors.
In some ways authors list does not make sense at all because git log is really the ultimate authors list but it is fine to give yourself a bit of credit in rare cases if you create a new driver in the subsystem or something similar. This commit might seem a bit cosmetic but it is made to make the policy more sound and speeds up the code review process a tiny bit in the future. Signed-off-by: Jarkko Sakkinen <[email protected]> --- drivers/char/tpm/tpm_acpi.c | 1 - drivers/char/tpm/tpm_of.c | 1 - drivers/char/tpm/tpm_ppi.c | 1 - 3 files changed, 3 deletions(-) diff --git a/drivers/char/tpm/tpm_acpi.c b/drivers/char/tpm/tpm_acpi.c index 169edf3ce86d..31b146bdac4b 100644 --- a/drivers/char/tpm/tpm_acpi.c +++ b/drivers/char/tpm/tpm_acpi.c @@ -6,7 +6,6 @@ * Stefan Berger <[email protected]> * Reiner Sailer <[email protected]> * Kylene Hall <[email protected]> - * Nayna Jain <[email protected]> * * Maintained by: <[email protected]> * diff --git a/drivers/char/tpm/tpm_of.c b/drivers/char/tpm/tpm_of.c index aadb7f464076..635ee27809cc 100644 --- a/drivers/char/tpm/tpm_of.c +++ b/drivers/char/tpm/tpm_of.c @@ -2,7 +2,6 @@ * Copyright 2012 IBM Corporation * * Author: Ashley Lai <[email protected]> - * Nayna Jain <[email protected]> * * Maintained by: <[email protected]> * diff --git a/drivers/char/tpm/tpm_ppi.c b/drivers/char/tpm/tpm_ppi.c index 86dd8521feef..d2e37e1977be 100644 --- a/drivers/char/tpm/tpm_ppi.c +++ b/drivers/char/tpm/tpm_ppi.c @@ -4,7 +4,6 @@ * Authors: * Xiaoyan Zhang <[email protected]> * Jiang Liu <[email protected]> - * Jarkko Sakkinen <[email protected]> * * Maintained by: <[email protected]> * -- 2.14.1 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ tpmdd-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tpmdd-devel
