commit | 368609c5a8bd75b77721e69726ddfd3c6a30f7d4 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Fri Jul 29 12:15:07 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jul 29 13:12:50 2005 -0700 |
tree | 8cff3da0479ff0e978db7f0c973bd1f5fd887b0d | |
parent | d91e16943fdaf02bf3459059abca1032589c0663 [diff] |
[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>