summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max1619.c
diff options
context:
space:
mode:
authorJean Delvare2005-07-29 21:15:07 +0200
committerLinus Torvalds2005-07-29 22:12:50 +0200
commit368609c5a8bd75b77721e69726ddfd3c6a30f7d4 (patch)
tree8cff3da0479ff0e978db7f0c973bd1f5fd887b0d /drivers/hwmon/max1619.c
parent[PATCH] I2C: ds1337 - fix 12/24 hour mode bug (diff)
downloadkernel-qcow2-linux-368609c5a8bd75b77721e69726ddfd3c6a30f7d4.tar.gz
kernel-qcow2-linux-368609c5a8bd75b77721e69726ddfd3c6a30f7d4.tar.xz
kernel-qcow2-linux-368609c5a8bd75b77721e69726ddfd3c6a30f7d4.zip
[PATCH] I2C: Missing space in split strings
A few split string in i2c (and now hwmon) drivers lack a joining space, causing them to display incorrectly. This trivial patch fixes that up. Please apply, thanks. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/hwmon/max1619.c')
-rw-r--r--drivers/hwmon/max1619.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/max1619.c b/drivers/hwmon/max1619.c
index bf553dcd97d6..3c159f1d49ee 100644
--- a/drivers/hwmon/max1619.c
+++ b/drivers/hwmon/max1619.c
@@ -363,7 +363,7 @@ static void __exit sensors_max1619_exit(void)
i2c_del_driver(&max1619_driver);
}
-MODULE_AUTHOR("Alexey Fisher <fishor@mail.ru> and"
+MODULE_AUTHOR("Alexey Fisher <fishor@mail.ru> and "
"Jean Delvare <khali@linux-fr.org>");
MODULE_DESCRIPTION("MAX1619 sensor driver");
MODULE_LICENSE("GPL");