PCI: Fix comment typo for PCI_EXP_LNKCAP_CLKPM
authorYijing Wang <wangyijing@huawei.com>
Wed, 29 May 2013 09:01:52 +0000 (17:01 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 29 May 2013 20:46:24 +0000 (14:46 -0600)
Fix trivial typo for PCI_EXP_LNKCAP_CLKPM comment.

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
include/uapi/linux/pci_regs.h

index 864e324da80d73aad07778f38bba7f7be8e4d55d..c3cc01d474b0b545ecfb643782386aaadaf6f1da 100644 (file)
 #define  PCI_EXP_LNKCAP_ASPMS  0x00000c00 /* ASPM Support */
 #define  PCI_EXP_LNKCAP_L0SEL  0x00007000 /* L0s Exit Latency */
 #define  PCI_EXP_LNKCAP_L1EL   0x00038000 /* L1 Exit Latency */
-#define  PCI_EXP_LNKCAP_CLKPM  0x00040000 /* L1 Clock Power Management */
+#define  PCI_EXP_LNKCAP_CLKPM  0x00040000 /* Clock Power Management */
 #define  PCI_EXP_LNKCAP_SDERC  0x00080000 /* Surprise Down Error Reporting Capable */
 #define  PCI_EXP_LNKCAP_DLLLARC        0x00100000 /* Data Link Layer Link Active Reporting Capable */
 #define  PCI_EXP_LNKCAP_LBNC   0x00200000 /* Link Bandwidth Notification Capability */
This page took 0.03038 seconds and 5 git commands to generate.