Skip to content

Commit 9acc7bd

Browse files
committed
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon changes from Guenter Roeck: "Just e-mail address updates" * tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: hwmon: Update my e-mail address hwmon: (applesmc) correct email address for Jesper Juhl
2 parents ccce27c + bb9a80e commit 9acc7bd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

drivers/hwmon/applesmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Based on hdaps.c driver:
1010
* Copyright (C) 2005 Robert Love <[email protected]>
11-
* Copyright (C) 2005 Jesper Juhl <[email protected]>
11+
* Copyright (C) 2005 Jesper Juhl <[email protected]>
1212
*
1313
* Fan control based on smcFanControl:
1414
* Copyright (C) 2006 Hendrik Holtmann <[email protected]>

drivers/hwmon/jc42.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,6 @@ static struct jc42_data *jc42_update_device(struct device *dev)
590590

591591
module_i2c_driver(jc42_driver);
592592

593-
MODULE_AUTHOR("Guenter Roeck <[email protected]>");
593+
MODULE_AUTHOR("Guenter Roeck <[email protected]>");
594594
MODULE_DESCRIPTION("JC42 driver");
595595
MODULE_LICENSE("GPL");

drivers/hwmon/lineage-pem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,6 @@ static struct i2c_driver pem_driver = {
567567

568568
module_i2c_driver(pem_driver);
569569

570-
MODULE_AUTHOR("Guenter Roeck <[email protected]>");
570+
MODULE_AUTHOR("Guenter Roeck <[email protected]>");
571571
MODULE_DESCRIPTION("Lineage CPL PEM hardware monitoring driver");
572572
MODULE_LICENSE("GPL");

drivers/hwmon/ltc4261.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,6 @@ static struct i2c_driver ltc4261_driver = {
292292

293293
module_i2c_driver(ltc4261_driver);
294294

295-
MODULE_AUTHOR("Guenter Roeck <[email protected]>");
295+
MODULE_AUTHOR("Guenter Roeck <[email protected]>");
296296
MODULE_DESCRIPTION("LTC4261 driver");
297297
MODULE_LICENSE("GPL");

drivers/hwmon/max16065.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,6 @@ static struct i2c_driver max16065_driver = {
692692

693693
module_i2c_driver(max16065_driver);
694694

695-
MODULE_AUTHOR("Guenter Roeck <[email protected]>");
695+
MODULE_AUTHOR("Guenter Roeck <[email protected]>");
696696
MODULE_DESCRIPTION("MAX16065 driver");
697697
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)