]> mj.ucw.cz Git - pciutils.git/blobdiff - ls-map.c
CXL: Capability vendor ID changed
[pciutils.git] / ls-map.c
index 3044d6fdb3887a25d6c0a5f20a9614c532ac946c..c3ef54b7b1f59f60ac891a11157bc403f35becf0 100644 (file)
--- a/ls-map.c
+++ b/ls-map.c
@@ -38,7 +38,7 @@ map_bridge(struct bus_info *bi, struct device *d, int np, int ns, int nl)
   b->func = p->func;
   b->first = get_conf_byte(d, ns);
   b->last = get_conf_byte(d, nl);
-  printf("## %02x.%02x:%d is a bridge from %02x to %02x-%02x\n",
+  printf("## %02x:%02x.%d is a bridge from %02x to %02x-%02x\n",
         p->bus, p->dev, p->func, b->this, b->first, b->last);
   if (b->this != p->bus)
     printf("!!! Bridge points to invalid primary bus.\n");