diff options
| author | Guenter Roeck <[email protected]> | 2013-01-10 18:01:24 +0000 |
|---|---|---|
| committer | Guenter Roeck <[email protected]> | 2013-04-08 04:16:40 +0000 |
| commit | b55f375725ff85aada394da488802b0a3cc99e88 (patch) | |
| tree | 571a8883b647a53901e102ee24c5c21cab342f49 /drivers/hwmon/tmp401.c | |
| parent | hwmon: Fix CamelCase checkpatch warnings (diff) | |
| download | kernel-b55f375725ff85aada394da488802b0a3cc99e88.tar.gz kernel-b55f375725ff85aada394da488802b0a3cc99e88.zip | |
hwmon: Fix checkpatch warning 'quoted string split across lines'
Cc: Corentin Labbe <[email protected]>
Cc: Mark M. Hoffman <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: Juerg Haefliger <[email protected]>
Cc: Andreas Herrmann <[email protected]>
Cc: Rudolf Marek <[email protected]>
Cc: Jim Cromie <[email protected]>
Cc: Roger Lucas <[email protected]>
Cc: Marc Hulsman <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'drivers/hwmon/tmp401.c')
| -rw-r--r-- | drivers/hwmon/tmp401.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/tmp401.c b/drivers/hwmon/tmp401.c index c85f6967ccc3..97bf34494d84 100644 --- a/drivers/hwmon/tmp401.c +++ b/drivers/hwmon/tmp401.c @@ -451,8 +451,9 @@ static ssize_t reset_temp_history(struct device *dev, return -EINVAL; if (val != 1) { - dev_err(dev, "temp_reset_history value %ld not" - " supported. Use 1 to reset the history!\n", val); + dev_err(dev, + "temp_reset_history value %ld not supported. Use 1 to reset the history!\n", + val); return -EINVAL; } i2c_smbus_write_byte_data(to_i2c_client(dev), |
