diff options
author | Frans Pop <elendil@planet.nl> | 2010-02-06 02:47:20 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-02-08 21:56:23 -0500 |
commit | 8354be9c104db8e92bb079e29540fbafb7f09b5c (patch) | |
tree | 98853948a0d3f19c89c8b014430a04ae9791aea2 /drivers/macintosh | |
parent | 0b9612c210f6bf6efb32ab84b8f34018eaacb08d (diff) |
powerpc: Remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: linuxppc-dev@ozlabs.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/macintosh')
-rw-r--r-- | drivers/macintosh/therm_adt746x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c index 58809b0510f9..c42eeb43042d 100644 --- a/drivers/macintosh/therm_adt746x.c +++ b/drivers/macintosh/therm_adt746x.c | |||
@@ -316,7 +316,7 @@ static void update_fans_speed (struct thermostat *th) | |||
316 | 316 | ||
317 | if (verbose) | 317 | if (verbose) |
318 | printk(KERN_DEBUG "adt746x: Setting fans speed to %d " | 318 | printk(KERN_DEBUG "adt746x: Setting fans speed to %d " |
319 | "(limit exceeded by %d on %s) \n", | 319 | "(limit exceeded by %d on %s)\n", |
320 | new_speed, var, | 320 | new_speed, var, |
321 | sensor_location[fan_number+1]); | 321 | sensor_location[fan_number+1]); |
322 | write_both_fan_speed(th, new_speed); | 322 | write_both_fan_speed(th, new_speed); |