]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Fixed a typo in messages printed in map mode
authorMartin Mares <mj@ucw.cz>
Tue, 10 Dec 2013 19:54:34 +0000 (20:54 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 10 Dec 2013 19:54:34 +0000 (20:54 +0100)
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");