diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2025-07-31 16:11:43 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-07-31 16:11:43 -0500 |
| commit | 618c1ead12a44c6a16922e7853943c79b202c995 (patch) | |
| tree | c020ac7750e045014568c7c61144fcb6dfc4727a /include/linux | |
| parent | 9fef768d867c70cdbb43a2152ce539618ce07b2e (diff) | |
| parent | 3aa54d162490f14d1f1fdf3b3d1170b2ea50276b (diff) | |
Merge branch 'pci/pwrctrl'
- Add optional slot clock for cases where the PCIe host controller and the
slot are supplied by different clocks (Marek Vasut)
- Fix kerneldoc tag for private fields (Bartosz Golaszewski)
* pci/pwrctrl:
PCI/pwrctrl: Fix the kerneldoc tag for private fields
PCI/pwrctrl: Add optional slot clock for PCI slots
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci-pwrctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci-pwrctrl.h b/include/linux/pci-pwrctrl.h index 7d439b0675e9..4aefc7901cd1 100644 --- a/include/linux/pci-pwrctrl.h +++ b/include/linux/pci-pwrctrl.h @@ -39,7 +39,7 @@ struct device_link; struct pci_pwrctrl { struct device *dev; - /* Private: don't use. */ + /* private: internal use only */ struct notifier_block nb; struct device_link *link; struct work_struct work; |
