switch (value) {
        case 0:
                if (eeepc->cpufv_disabled)
-                       pr_warn("cpufv enabled (not officially supported "
-                               "on this model)\n");
+                       pr_warn("cpufv enabled (not officially supported on this model)\n");
                eeepc->cpufv_disabled = false;
                return count;
        case 1:
        absent = (l == 0xffffffff);
 
        if (blocked != absent) {
-               pr_warn("BIOS says wireless lan is %s, "
-                       "but the pci device is %s\n",
+               pr_warn("BIOS says wireless lan is %s, but the pci device is %s\n",
                        blocked ? "blocked" : "unblocked",
                        absent ? "absent" : "present");
-               pr_warn("skipped wireless hotplug as probably "
-                       "inappropriate for this model\n");
+               pr_warn("skipped wireless hotplug as probably inappropriate for this model\n");
                goto out_put_dev;
        }
 
         */
        if (strcmp(model, "701") == 0 || strcmp(model, "702") == 0) {
                eeepc->cpufv_disabled = true;
-               pr_info("model %s does not officially support setting cpu "
-                       "speed\n", model);
+               pr_info("model %s does not officially support setting cpu speed\n",
+                       model);
                pr_info("cpufv disabled to avoid instability\n");
        }
 
           Check if cm_getv[cm] works and, if yes, assume cm should be set. */
        if (!(eeepc->cm_supported & (1 << cm))
            && !read_acpi_int(eeepc->handle, cm_getv[cm], &dummy)) {
-               pr_info("%s (%x) not reported by BIOS,"
-                       " enabling anyway\n", name, 1 << cm);
+               pr_info("%s (%x) not reported by BIOS, enabling anyway\n",
+                       name, 1 << cm);
                eeepc->cm_supported |= 1 << cm;
        }
 }