diff options
author | Grant Coady <[email protected]> | 2006-10-08 21:57:41 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2006-10-18 13:03:08 -0700 |
commit | 2ca7b961c3c9f072d307293aad0f9705522e916a (patch) | |
tree | 623430bbee5756d1f9aa5b766d605edf5518d220 | |
parent | 34fc921a253f3ddfc4ad9de1dbc88683f84fbaaa (diff) |
adm9240: Update Grant Coady's email address
Replace a bouncing email that I cannot recover from Mr Google.
Signed-off-by: Grant Coady <[email protected]>
Signed-off-by: Jean Delvare <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/hwmon/adm9240 | 2 | ||||
-rw-r--r-- | drivers/hwmon/adm9240.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/hwmon/adm9240 b/Documentation/hwmon/adm9240 index 35f618f32896..2c6f1fed4618 100644 --- a/Documentation/hwmon/adm9240 +++ b/Documentation/hwmon/adm9240 @@ -24,7 +24,7 @@ Authors: Frodo Looijaard <[email protected]>, Philip Edelbrock <[email protected]>, Michiel Rook <[email protected]>, - Grant Coady <[email protected]> with guidance + Grant Coady <[email protected]> with guidance from Jean Delvare <[email protected]> Interface diff --git a/drivers/hwmon/adm9240.c b/drivers/hwmon/adm9240.c index 377961c4a41e..aad594adf0c7 100644 --- a/drivers/hwmon/adm9240.c +++ b/drivers/hwmon/adm9240.c @@ -5,7 +5,7 @@ * Copyright (C) 1999 Frodo Looijaard <[email protected]> * Philip Edelbrock <[email protected]> * Copyright (C) 2003 Michiel Rook <[email protected]> - * Copyright (C) 2005 Grant Coady <[email protected]> with valuable + * Copyright (C) 2005 Grant Coady <[email protected]> with valuable * guidance from Jean Delvare * * Driver supports Analog Devices ADM9240 @@ -774,7 +774,7 @@ static void __exit sensors_adm9240_exit(void) } MODULE_AUTHOR("Michiel Rook <[email protected]>, " - "Grant Coady <[email protected]> and others"); + "Grant Coady <[email protected]> and others"); MODULE_DESCRIPTION("ADM9240/DS1780/LM81 driver"); MODULE_LICENSE("GPL"); |