Hi Jean, On Wed, 27 Sep 2006 10:00:06 +0200, Jean Delvare <khali at linux-fr.org> wrote: >Hi Grant, > >> Correct a bad email address, google ate old contact address and it >> bounces for months now :( ... >You forgot one occurence in Documentation/hwmon/adm9240. I did indeed, here's another attempt. Oops forget reply all. Cheers, Grant. From: Grant Coady <gcoady.lk at gmail.com> Replace a bouncing email that I cannot recover from Mr Google. Signed-off-by: Grant Coady <gcoady.lk at gmail.com> --- Documentation/hwmon/adm9240 | 2 +- drivers/hwmon/adm9240.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff -Naur -X linux-2.6.18-mm1a/Documentation/dontdiff linux-2.6.18-mm1a/Documentation/hwmon/adm9240 linux-2.6.18-mm1b/Documentation/hwmon/adm9240 --- linux-2.6.18-mm1a/Documentation/hwmon/adm9240 2006-09-20 13:42:06.000000000 +1000 +++ linux-2.6.18-mm1b/Documentation/hwmon/adm9240 2006-09-28 00:34:01.000000000 +1000 @@ -24,7 +24,7 @@ Frodo Looijaard <frodol at dds.nl>, Philip Edelbrock <phil at netroedge.com>, Michiel Rook <michiel at grendelproject.nl>, - Grant Coady <gcoady at gmail.com> with guidance + Grant Coady <gcoady.lk at gmail.com> with guidance from Jean Delvare <khali at linux-fr.org> Interface diff -Naur -X linux-2.6.18-mm1a/Documentation/dontdiff linux-2.6.18-mm1a/drivers/hwmon/adm9240.c linux-2.6.18-mm1b/drivers/hwmon/adm9240.c --- linux-2.6.18-mm1a/drivers/hwmon/adm9240.c 2006-09-20 13:42:06.000000000 +1000 +++ linux-2.6.18-mm1b/drivers/hwmon/adm9240.c 2006-09-27 06:51:41.000000000 +1000 @@ -5,7 +5,7 @@ * Copyright (C) 1999 Frodo Looijaard <frodol at dds.nl> * Philip Edelbrock <phil at netroedge.com> * Copyright (C) 2003 Michiel Rook <michiel at grendelproject.nl> - * Copyright (C) 2005 Grant Coady <gcoady at gmail.com> with valuable + * Copyright (C) 2005 Grant Coady <gcoady.lk at gmail.com> with valuable * guidance from Jean Delvare * * Driver supports Analog Devices ADM9240 @@ -787,7 +787,7 @@ } MODULE_AUTHOR("Michiel Rook <michiel at grendelproject.nl>, " - "Grant Coady <gcoady at gmail.com> and others"); + "Grant Coady <gcoady.lk at gmail.com> and others"); MODULE_DESCRIPTION("ADM9240/DS1780/LM81 driver"); MODULE_LICENSE("GPL");