PCI: Fix comment typo for PCI_EXP_LNKCAP_CLKPM
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>
This commit is contained in:
		
					parent
					
						
							
								e7d4515209
							
						
					
				
			
			
				commit
				
					
						cb93b18640
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yijing Wang
				Yijing Wang