mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Fix a minor formatting nit
This commit is contained in:
parent
9d127f9ffb
commit
e0e5247337
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ struct pcic_pci_table
|
|||
static struct pcic_pci_table *
|
||||
pcic_pci_lookup(u_int32_t devid, struct pcic_pci_table *tbl)
|
||||
{
|
||||
while (tbl->devid) {
|
||||
while (tbl->devid) {
|
||||
if (tbl->devid == devid)
|
||||
return (tbl);
|
||||
tbl++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue