diff options
| author | Oleksij Rempel <bug-track@fisher-privat.net> | 2012-10-10 15:25:56 +0200 | 
|---|---|---|
| committer | Jean Delvare <khali@endymion.delvare> | 2012-10-10 15:25:56 +0200 | 
| commit | 9292f05556becd639a91ae62f2041bf570a8bc2d (patch) | |
| tree | 9b5f945284907b59cac3d84e5d7008ba1cbdac72 | |
| parent | 42859eea96ba6beabfb0369a1eeffa3c7d2bd9cb (diff) | |
| download | olio-linux-3.10-9292f05556becd639a91ae62f2041bf570a8bc2d.tar.xz olio-linux-3.10-9292f05556becd639a91ae62f2041bf570a8bc2d.zip  | |
hwmon: Update Alexey Fisher's name
My name was change after migration.
Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
| -rw-r--r-- | Documentation/hwmon/max1619 | 2 | ||||
| -rw-r--r-- | drivers/hwmon/max1619.c | 4 | ||||
| -rw-r--r-- | drivers/hwmon/max6642.c | 2 | 
3 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/hwmon/max1619 b/Documentation/hwmon/max1619 index d6f8d9cd7d7..e6d87398cc8 100644 --- a/Documentation/hwmon/max1619 +++ b/Documentation/hwmon/max1619 @@ -9,7 +9,7 @@ Supported chips:                 http://pdfserv.maxim-ic.com/en/ds/MAX1619.pdf  Authors: -        Alexey Fisher <fishor@mail.ru>, +        Oleksij Rempel <bug-track@fisher-privat.net>,          Jean Delvare <khali@linux-fr.org>  Description diff --git a/drivers/hwmon/max1619.c b/drivers/hwmon/max1619.c index 6c11ec21407..445e5d40ac8 100644 --- a/drivers/hwmon/max1619.c +++ b/drivers/hwmon/max1619.c @@ -1,7 +1,7 @@  /*   * max1619.c - Part of lm_sensors, Linux kernel modules for hardware   *             monitoring - * Copyright (C) 2003-2004 Alexey Fisher <fishor@mail.ru> + * Copyright (C) 2003-2004 Oleksij Rempel <bug-track@fisher-privat.net>   *                         Jean Delvare <khali@linux-fr.org>   *   * Based on the lm90 driver. The MAX1619 is a sensor chip made by Maxim. @@ -357,7 +357,7 @@ static struct max1619_data *max1619_update_device(struct device *dev)  module_i2c_driver(max1619_driver); -MODULE_AUTHOR("Alexey Fisher <fishor@mail.ru> and " +MODULE_AUTHOR("Oleksij Rempel <bug-track@fisher-privat.net> and "  	"Jean Delvare <khali@linux-fr.org>");  MODULE_DESCRIPTION("MAX1619 sensor driver");  MODULE_LICENSE("GPL"); diff --git a/drivers/hwmon/max6642.c b/drivers/hwmon/max6642.c index bf236c0782b..223461a6d70 100644 --- a/drivers/hwmon/max6642.c +++ b/drivers/hwmon/max6642.c @@ -7,7 +7,7 @@   * Derived from:   *   *  Based on the max1619 driver. - *  Copyright (C) 2003-2004 Alexey Fisher <fishor@mail.ru> + *  Copyright (C) 2003-2004 Oleksij Rempel <bug-track@fisher-privat.net>   *                          Jean Delvare <khali@linux-fr.org>   *   * The MAX6642 is a sensor chip made by Maxim.  |