PCI: Merge multi-line quoted strings
[deliverable/linux.git] / drivers / pci / hotplug / pci_hotplug_core.c
index 29caef96a21cde5af42494b7bd4a8471c0c55653..56d8486dc16704d1f93726d03131cbedfe0b4bed 100644 (file)
@@ -432,8 +432,7 @@ int __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus,
        if ((slot->info == NULL) || (slot->ops == NULL))
                return -EINVAL;
        if (slot->release == NULL) {
-               dbg("Why are you trying to register a hotplug slot "
-                   "without a proper release function?\n");
+               dbg("Why are you trying to register a hotplug slot without a proper release function?\n");
                return -EINVAL;
        }
 
This page took 0.02688 seconds and 5 git commands to generate.