diff options
author | Martin Mares <mj@ucw.cz> | 2016-09-26 20:20:26 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2016-09-26 20:20:26 +0200 |
commit | fb17077dc3783f5e387263dd91dac95d4c854e31 (patch) | |
tree | cdc40fd52868cd52e666f92025bccb31de329ce8 /lib/header.h | |
parent | 8efbe07532883f14a7581ff6d7197ce29d2c759f (diff) | |
download | pciutils-l1pm.tar.gz |
Cleaned up the previous patchl1pm
Diffstat (limited to 'lib/header.h')
-rw-r--r-- | lib/header.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/header.h b/lib/header.h index 0341ec6..a556638 100644 --- a/lib/header.h +++ b/lib/header.h @@ -1123,7 +1123,7 @@ #define PCI_L1PM_SUBSTAT_CAP_PM_L11 0x2 /* PCI-PM L1.1 Supported */ #define PCI_L1PM_SUBSTAT_CAP_ASPM_L12 0x4 /* ASPM L1.2 Supported */ #define PCI_L1PM_SUBSTAT_CAP_ASPM_L11 0x8 /* ASPM L1.1 Supported */ -#define PCI_L1PM_SUBSTAT_CAP_L1PM_SUPP 0x16 /* L1 Pm Substates supported */ +#define PCI_L1PM_SUBSTAT_CAP_L1PM_SUPP 0x16 /* L1 PM Substates supported */ #define PCI_L1PM_SUBSTAT_CTL1 0x8 /* L1 PM Substate Control 1 */ #define PCI_L1PM_SUBSTAT_CTL1_PM_L12 0x1 /* PCI-PM L1.2 Enable */ #define PCI_L1PM_SUBSTAT_CTL1_PM_L11 0x2 /* PCI-PM L1.1 Enable */ |