hwmon: Fix checkpatch warning 'quoted string split across lines'
[cascardo/linux.git] / drivers / hwmon / via686a.c
index 9427e95..c9dcce8 100644 (file)
@@ -889,8 +889,8 @@ static int via686a_pci_probe(struct pci_dev *dev,
 
        address = val & ~(VIA686A_EXTENT - 1);
        if (address == 0) {
-               dev_err(&dev->dev, "base address not set - upgrade BIOS "
-                       "or use force_addr=0xaddr\n");
+               dev_err(&dev->dev,
+                       "base address not set - upgrade BIOS or use force_addr=0xaddr\n");
                return -ENODEV;
        }
 
@@ -899,8 +899,9 @@ static int via686a_pci_probe(struct pci_dev *dev,
                return -ENODEV;
        if (!(val & 0x0001)) {
                if (!force_addr) {
-                       dev_warn(&dev->dev, "Sensors disabled, enable "
-                                "with force_addr=0x%x\n", address);
+                       dev_warn(&dev->dev,
+                                "Sensors disabled, enable with force_addr=0x%x\n",
+                                address);
                        return -ENODEV;
                }