summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2025-07-31 16:11:43 -0500
committerBjorn Helgaas <bhelgaas@google.com>2025-07-31 16:11:43 -0500
commit618c1ead12a44c6a16922e7853943c79b202c995 (patch)
treec020ac7750e045014568c7c61144fcb6dfc4727a /include/linux
parent9fef768d867c70cdbb43a2152ce539618ce07b2e (diff)
parent3aa54d162490f14d1f1fdf3b3d1170b2ea50276b (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.h2
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;