Commit 962a75a2 authored by LABBE Corentin's avatar LABBE Corentin Committed by Guenter Roeck

hwmon: (adm1029) Update Corentin Labbe's email

Signed-off-by: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent fce8ffa3
/* /*
* adm1029.c - Part of lm_sensors, Linux kernel modules for hardware monitoring * adm1029.c - Part of lm_sensors, Linux kernel modules for hardware monitoring
* *
* Copyright (C) 2006 Corentin LABBE <corentin.labbe@geomatys.fr> * Copyright (C) 2006 Corentin LABBE <clabbe.montjoie@gmail.com>
* *
* Based on LM83 Driver by Jean Delvare <jdelvare@suse.de> * Based on LM83 Driver by Jean Delvare <jdelvare@suse.de>
* *
...@@ -449,6 +449,6 @@ static struct adm1029_data *adm1029_update_device(struct device *dev) ...@@ -449,6 +449,6 @@ static struct adm1029_data *adm1029_update_device(struct device *dev)
module_i2c_driver(adm1029_driver); module_i2c_driver(adm1029_driver);
MODULE_AUTHOR("Corentin LABBE <corentin.labbe@geomatys.fr>"); MODULE_AUTHOR("Corentin LABBE <clabbe.montjoie@gmail.com>");
MODULE_DESCRIPTION("adm1029 driver"); MODULE_DESCRIPTION("adm1029 driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment