Signed-off-by: Joe Perches <[email protected]> --- drivers/hwmon/vt8231.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/hwmon/vt8231.c b/drivers/hwmon/vt8231.c index 2196a84..f876617 100644 --- a/drivers/hwmon/vt8231.c +++ b/drivers/hwmon/vt8231.c @@ -504,7 +504,7 @@ static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr, case 4: data->fan_div[nr] = 2; break; case 8: data->fan_div[nr] = 3; break; default: - dev_err(dev, "fan_div value %ld not supported." + dev_err(dev, "fan_div value %ld not supported. " "Choose one of 1, 2, 4 or 8!\n", val); mutex_unlock(&data->update_lock); return -EINVAL; -- 1.5.3.5.652.gf192c - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [lm-sensors] [PATCH 15/59] drivers/hwmon: Add missing "space"
- From: Jean Delvare <[email protected]>
- Re: [lm-sensors] [PATCH 15/59] drivers/hwmon: Add missing "space"
- References:
- [PATCH 00/59] trivial - Add missing "space" in multiline quoted strings
- From: Joe Perches <[email protected]>
- [PATCH 01/59] arch/ia64: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 02/59] arch/mips: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 03/59] arch/powerpc: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 04/59] arch/ppc: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 05/59] arch/s390: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 06/59] arch/sparc: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 07/59] arch/sparc64: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 08/59] arch/um: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 09/59] arch/x86: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 10/59] drivers/acpi: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 11/59] drivers/block: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 12/59] drivers/cdrom: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 13/59] drivers/char: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 14/59] drivers/cpufreq: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 00/59] trivial - Add missing "space" in multiline quoted strings
- Prev by Date: [PATCH 14/59] drivers/cpufreq: Add missing "space"
- Next by Date: [PATCH 16/59] drivers/i2c: Add missing "space"
- Previous by thread: [PATCH 14/59] drivers/cpufreq: Add missing "space"
- Next by thread: [PATCH 16/59] drivers/i2c: Add missing "space"
- Index(es):