File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5413,7 +5413,7 @@ hwloc_linuxfs_pci_look_pcidevices(struct hwloc_backend *backend)
5413
5413
DIR * dir ;
5414
5414
struct dirent * dirent ;
5415
5415
5416
- /* We could lookup /sys/devices/pci.../.../busid1/.../budid2 recursively
5416
+ /* We could lookup /sys/devices/pci.../.../busid1/.../busid2 recursively
5417
5417
* to build the hierarchy of bridges/devices directly.
5418
5418
* But that would require readdirs in all bridge sysfs subdirectories.
5419
5419
* Do a single readdir in the linear list in /sys/bus/pci/devices/...
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright © 2009 CNRS
3
- * Copyright © 2009-2016 Inria. All rights reserved.
3
+ * Copyright © 2009-2017 Inria. All rights reserved.
4
4
* Copyright © 2009-2011, 2013 Université Bordeaux
5
5
* Copyright © 2014 Cisco Systems, Inc. All rights reserved.
6
6
* Copyright © 2015 Research Organization for Information Science
@@ -166,7 +166,7 @@ hwloc_look_pci(struct hwloc_backend *backend)
166
166
* VF and PF have the same vendor ID.
167
167
*
168
168
* libpciaccess just returns ffff:ffff, needs to be fixed.
169
- * linuxpci is OK because sysfs files are already fixed the kernel.
169
+ * linuxpci is OK because sysfs files are already fixed in the kernel.
170
170
* (pciutils is OK when it uses those Linux sysfs files.)
171
171
*
172
172
* Reading these files is an easy way to work around the libpciaccess issue on Linux,
You can’t perform that action at this time.
0 commit comments