aboutsummaryrefslogtreecommitdiff
path: root/src/devices/pci_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/pci_ops.c')
-rw-r--r--src/devices/pci_ops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/pci_ops.c b/src/devices/pci_ops.c
index 60ed1ca280..c3237dbdbf 100644
--- a/src/devices/pci_ops.c
+++ b/src/devices/pci_ops.c
@@ -25,7 +25,8 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
-/* The only consumer of the return value of get_pbus() is ops_pci_bus().
+/*
+ * The only consumer of the return value of get_pbus() is ops_pci_bus().
* ops_pci_bus() can handle being passed NULL and auto-picks working ops.
*/
static struct bus *get_pbus(device_t dev)