summaryrefslogtreecommitdiff
path: root/lspci.h
diff options
context:
space:
mode:
Diffstat (limited to 'lspci.h')
-rw-r--r--lspci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lspci.h b/lspci.h
index d6a27a2..160c65a 100644
--- a/lspci.h
+++ b/lspci.h
@@ -88,7 +88,7 @@ void show_kernel_cleanup(void);
struct bridge {
struct bridge *chain; /* Single-linked list of bridges */
- struct bridge *prev, *child; /* Tree of bridges */
+ struct bridge *next, *prev, *child; /* Tree of bridges */
struct bus *first_bus, *last_bus; /* List of buses connected to this bridge */
unsigned int domain;
unsigned int primary, secondary, subordinate; /* Bus numbers */