drivers/hwmon/vt8231.c: fix continuation line formats
authorJoe Perches <joe@perches.com>
Fri, 5 Mar 2010 21:43:56 +0000 (13:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Mar 2010 19:26:45 +0000 (11:26 -0800)
commit4cae787840ae82aa02649f45c46839b349034435
treee67cfbcc8e385fd0eb6912449dc6ba2147d3ecef
parent4f2a9463d18517a9839401c3de6419ee1435875b
drivers/hwmon/vt8231.c: fix continuation line formats

String constants that are continued on subsequent lines with \ will cause
spurious whitespace in the resulting output.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Roger Lucas <vt8231@hiddenengine.co.uk>
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/hwmon/vt8231.c