mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Cosmetic nit; separate slot/function with '.' not ':'
This commit is contained in:
parent
1a37aa566b
commit
fc3438d892
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue