Skip to content

Commit

Permalink
hwmon: Update my e-mail address
Browse files Browse the repository at this point in the history
My old e-mail address won't be valid for much longer. Time to update it.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Guenter Roeck committed Jun 25, 2012
1 parent aa8521e commit bb9a80e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/hwmon/jc42.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,6 @@ static struct jc42_data *jc42_update_device(struct device *dev)

module_i2c_driver(jc42_driver);

MODULE_AUTHOR("Guenter Roeck <guenter.roeck@ericsson.com>");
MODULE_AUTHOR("Guenter Roeck <linux@roeck-us.net>");
MODULE_DESCRIPTION("JC42 driver");
MODULE_LICENSE("GPL");
2 changes: 1 addition & 1 deletion drivers/hwmon/lineage-pem.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,6 @@ static struct i2c_driver pem_driver = {

module_i2c_driver(pem_driver);

MODULE_AUTHOR("Guenter Roeck <guenter.roeck@ericsson.com>");
MODULE_AUTHOR("Guenter Roeck <linux@roeck-us.net>");
MODULE_DESCRIPTION("Lineage CPL PEM hardware monitoring driver");
MODULE_LICENSE("GPL");
2 changes: 1 addition & 1 deletion drivers/hwmon/ltc4261.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,6 @@ static struct i2c_driver ltc4261_driver = {

module_i2c_driver(ltc4261_driver);

MODULE_AUTHOR("Guenter Roeck <guenter.roeck@ericsson.com>");
MODULE_AUTHOR("Guenter Roeck <linux@roeck-us.net>");
MODULE_DESCRIPTION("LTC4261 driver");
MODULE_LICENSE("GPL");
2 changes: 1 addition & 1 deletion drivers/hwmon/max16065.c
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,6 @@ static struct i2c_driver max16065_driver = {

module_i2c_driver(max16065_driver);

MODULE_AUTHOR("Guenter Roeck <guenter.roeck@ericsson.com>");
MODULE_AUTHOR("Guenter Roeck <linux@roeck-us.net>");
MODULE_DESCRIPTION("MAX16065 driver");
MODULE_LICENSE("GPL");

0 comments on commit bb9a80e

Please sign in to comment.