hwmon: Fix checkpatch warning 'quoted string split across lines'
[deliverable/linux.git] / drivers / hwmon / tmp401.c
index c85f6967ccc34534da241368af7a440d267bf6bf..97bf34494d84678723382b1a17e75c996709dccf 100644 (file)
@@ -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),
This page took 0.023984 seconds and 5 git commands to generate.