commit | 962a75a2d5c15ac98cc58139c0067708190c4d15 | [log] [tgz] |
---|---|---|
author | LABBE Corentin <[email protected]> | Fri May 09 14:04:01 2014 +0200 |
committer | Guenter Roeck <[email protected]> | Wed May 21 16:02:23 2014 -0700 |
tree | 8e343c69f59251f7f474de1dc8aa1ab6420e870c | |
parent | fce8ffa354084a9d62cac68fa28e1c1e0b6cd40e [diff] |
hwmon: (adm1029) Update Corentin Labbe's email Signed-off-by: LABBE Corentin <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
diff --git a/drivers/hwmon/adm1029.c b/drivers/hwmon/adm1029.c index d19c790..78339e8 100644 --- a/drivers/hwmon/adm1029.c +++ b/drivers/hwmon/adm1029.c
@@ -1,7 +1,7 @@ /* * adm1029.c - Part of lm_sensors, Linux kernel modules for hardware monitoring * - * Copyright (C) 2006 Corentin LABBE <[email protected]> + * Copyright (C) 2006 Corentin LABBE <[email protected]> * * Based on LM83 Driver by Jean Delvare <[email protected]> * @@ -449,6 +449,6 @@ module_i2c_driver(adm1029_driver); -MODULE_AUTHOR("Corentin LABBE <[email protected]>"); +MODULE_AUTHOR("Corentin LABBE <[email protected]>"); MODULE_DESCRIPTION("adm1029 driver"); MODULE_LICENSE("GPL v2");