Add space after keywords. Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- drivers/bus/pci/bsd/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/bus/pci/bsd/pci.c b/drivers/bus/pci/bsd/pci.c index 7459d15c7e31..056e2eda2d5f 100644 --- a/drivers/bus/pci/bsd/pci.c +++ b/drivers/bus/pci/bsd/pci.c @@ -368,7 +368,7 @@ rte_pci_scan(void) } dev_count += conf_io.num_matches; - } while(conf_io.status == PCI_GETCONF_MORE_DEVS); + } while (conf_io.status == PCI_GETCONF_MORE_DEVS); close(fd); -- 2.35.1