diff options
Diffstat (limited to 'src/device/pciexp_device.c')
-rw-r--r-- | src/device/pciexp_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c index 4ec6ef0f0f..ab8430f6ff 100644 --- a/src/device/pciexp_device.c +++ b/src/device/pciexp_device.c @@ -245,7 +245,7 @@ static void pciexp_enable_common_clock(struct device *root, unsigned int root_ca static void pciexp_enable_clock_power_pm(struct device *endp, unsigned int endp_cap) { - /* check if per port clk req is supported in device */ + /* check if per port clkreq is supported in device */ u32 endp_ca; u16 lnkctl; endp_ca = pci_read_config32(endp, endp_cap + PCI_EXP_LNKCAP); |