From 962a75a2d5c15ac98cc58139c0067708190c4d15 Mon Sep 17 00:00:00 2001 From: LABBE Corentin Date: Fri, 9 May 2014 14:04:01 +0200 Subject: [PATCH] hwmon: (adm1029) Update Corentin Labbe's email Signed-off-by: LABBE Corentin Signed-off-by: Guenter Roeck --- drivers/hwmon/adm1029.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/hwmon/adm1029.c b/drivers/hwmon/adm1029.c index d19c790e410a..78339e880bd6 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 + * Copyright (C) 2006 Corentin LABBE * * Based on LM83 Driver by Jean Delvare * @@ -449,6 +449,6 @@ static struct adm1029_data *adm1029_update_device(struct device *dev) module_i2c_driver(adm1029_driver); -MODULE_AUTHOR("Corentin LABBE "); +MODULE_AUTHOR("Corentin LABBE "); MODULE_DESCRIPTION("adm1029 driver"); MODULE_LICENSE("GPL v2"); -- 2.11.0