Message ID | 20170405082911.GA30781@h08.hostsharing.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/linux/pci.h b/include/linux/pci.h index 5948cfd..78f3b41 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -2167,7 +2167,8 @@ static inline bool pci_ari_enabled(struct pci_bus *bus) * * Walk upwards from @pdev and check for each encountered bridge if it's part * of a Thunderbolt controller. Reaching the host bridge means @pdev is not - * Thunderbolt-attached. (But rather soldered to the mainboard usually.) + * Thunderbolt-attached. (But rather soldered to the mainboard if the system + * has no other PCI expansion options.) */ static inline bool pci_is_thunderbolt_attached(struct pci_dev *pdev) {