[PATCH v3 11/14] bus/pci: fix whitespace
Stephen Hemminger
stephen at networkplumber.org
Thu Nov 10 00:24:48 CET 2022
Add space after keywords.
Signed-off-by: Stephen Hemminger <stephen at 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
More information about the dev
mailing list