The patch titled tpm: correct email address for tpm_infineon-driver has been added to the -mm tree. Its filename is tpm-correct-email-address-for-tpm_infineon-driver.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: tpm: correct email address for tpm_infineon-driver From: Marcel Selhorst <m.selhorst@xxxxxxxxxx> Update my email address. Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 4 ++-- drivers/char/tpm/tpm_infineon.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff -puN MAINTAINERS~tpm-correct-email-address-for-tpm_infineon-driver MAINTAINERS --- a/MAINTAINERS~tpm-correct-email-address-for-tpm_infineon-driver +++ a/MAINTAINERS @@ -4314,8 +4314,8 @@ P: Rajiv Andrade M: srajiv@xxxxxxxxxxxxxxxxxx W: http://tpmdd.sourceforge.net P: Marcel Selhorst -M: tpm@xxxxxxxxxxxx -W: http://www.prosec.rub.de/tpm/ +M: m.selhorst@xxxxxxxxxx +W: http://www.sirrix.com L: tpmdd-devel@xxxxxxxxxxxxxxxxxxxxx (moderated for non-subscribers) S: Maintained diff -puN drivers/char/tpm/tpm_infineon.c~tpm-correct-email-address-for-tpm_infineon-driver drivers/char/tpm/tpm_infineon.c --- a/drivers/char/tpm/tpm_infineon.c~tpm-correct-email-address-for-tpm_infineon-driver +++ a/drivers/char/tpm/tpm_infineon.c @@ -4,7 +4,7 @@ * SLD 9630 TT 1.1 and SLB 9635 TT 1.2 Trusted Platform Module * Specifications at www.trustedcomputinggroup.org * - * Copyright (C) 2005, Marcel Selhorst <selhorst@xxxxxxxxxxxxx> + * Copyright (C) 2005, Marcel Selhorst <m.selhorst@xxxxxxxxxx> * Sirrix AG - security technologies, http://www.sirrix.com and * Applied Data Security Group, Ruhr-University Bochum, Germany * Project-Homepage: http://www.prosec.rub.de/tpm @@ -636,7 +636,7 @@ static void __exit cleanup_inf(void) module_init(init_inf); module_exit(cleanup_inf); -MODULE_AUTHOR("Marcel Selhorst <selhorst@xxxxxxxxxxxxx>"); +MODULE_AUTHOR("Marcel Selhorst <m.selhorst@xxxxxxxxxx>"); MODULE_DESCRIPTION("Driver for Infineon TPM SLD 9630 TT 1.1 / SLB 9635 TT 1.2"); MODULE_VERSION("1.9"); MODULE_LICENSE("GPL"); _ Patches currently in -mm which might be from m.selhorst@xxxxxxxxxx are tpm-correct-email-address-for-tpm_infineon-driver.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html