* [PATCH] PCI: fix trivial typo for PCI_EXP_LNKCAP_CLKPM
@ 2013-05-29 9:01 Yijing Wang
2013-05-29 20:49 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Yijing Wang @ 2013-05-29 9:01 UTC (permalink / raw)
To: Bjorn Helgaas; +Cc: linux-pci, Hanjun Guo, Jiang Liu, Yijing Wang
Fix trivial typo for PCI_EXP_LNKCAP_CLKPM comment.
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
---
include/uapi/linux/pci_regs.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/uapi/linux/pci_regs.h b/include/uapi/linux/pci_regs.h
index 864e324..c3cc01d 100644
--- a/include/uapi/linux/pci_regs.h
+++ b/include/uapi/linux/pci_regs.h
@@ -468,7 +468,7 @@
#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 */
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] PCI: fix trivial typo for PCI_EXP_LNKCAP_CLKPM
2013-05-29 9:01 [PATCH] PCI: fix trivial typo for PCI_EXP_LNKCAP_CLKPM Yijing Wang
@ 2013-05-29 20:49 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2013-05-29 20:49 UTC (permalink / raw)
To: Yijing Wang; +Cc: linux-pci, Hanjun Guo, Jiang Liu
On Wed, May 29, 2013 at 05:01:52PM +0800, Yijing Wang wrote:
> Fix trivial typo for PCI_EXP_LNKCAP_CLKPM comment.
>
> Signed-off-by: Yijing Wang <wangyijing@huawei.com>
> ---
> include/uapi/linux/pci_regs.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied to pci/misc for v3.11, thanks!
> diff --git a/include/uapi/linux/pci_regs.h b/include/uapi/linux/pci_regs.h
> index 864e324..c3cc01d 100644
> --- a/include/uapi/linux/pci_regs.h
> +++ b/include/uapi/linux/pci_regs.h
> @@ -468,7 +468,7 @@
> #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 */
> --
> 1.7.1
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-29 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 9:01 [PATCH] PCI: fix trivial typo for PCI_EXP_LNKCAP_CLKPM Yijing Wang
2013-05-29 20:49 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).