PCI: Add missing "space" in printk messages
Signed-off-by: Joe Perches <joe@perches.com> Cc: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
94688cf245
commit
a6f29a98af
@@ -625,7 +625,7 @@ int pci_hp_register (struct hotplug_slot *slot)
|
||||
if ((slot->info == NULL) || (slot->ops == NULL))
|
||||
return -EINVAL;
|
||||
if (slot->release == NULL) {
|
||||
dbg("Why are you trying to register a hotplug slot"
|
||||
dbg("Why are you trying to register a hotplug slot "
|
||||
"without a proper release function?\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user