Cosmetic nit; separate slot/function with '.' not ':'

This commit is contained in:
Mike Smith 2000-12-09 09:37:07 +00:00
parent 1a37aa566b
commit fc3438d892

View File

@ -1171,7 +1171,7 @@ pci_probe_nomatch(device_t dev, device_t child)
((cp != NULL) && (scp != NULL)) ? ", " : "",
scp ? : "");
}
printf(" at %d:%d (no driver attached)\n",
printf(" at %d.%d (no driver attached)\n",
pci_get_slot(child),
pci_get_function(child));
return;