PCI: Merge multi-line quoted strings
[deliverable/linux.git] / drivers / pci / hotplug / ibmphp_res.c
index f62dfc40f7533d50323aef1cf6a7c6923a98f957..f34745abd5b625e3d2588cbee2ca0568d8f98128 100644 (file)
@@ -789,8 +789,7 @@ int ibmphp_remove_resource (struct resource_node *res)
        bus_cur = find_bus_wprev (res->busno, NULL, 0);
 
        if (!bus_cur) {
-               err ("cannot find corresponding bus of the io resource to remove  "
-                       "bailing out...\n");
+               err ("cannot find corresponding bus of the io resource to remove  bailing out...\n");
                return -ENODEV;
        }
 
This page took 0.030183 seconds and 5 git commands to generate.