mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Global: Fix Spelling Errors in PCI/PCIe Definitions
Fix spelling errors in definitions in Pci22.h. Update consumers in MdeModulePkg, OvmfPkg, ShellPkg, and SourceLevelDebugPkg. Continuous-integration-options: PatchCheck.ignore-multi-package Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
This commit is contained in:
parent
e6f401761a
commit
bf5ed9cc55
7 changed files with 23 additions and 13 deletions
|
|
@ -213,7 +213,7 @@ CalculateUsbDebugPortBar (
|
|||
//
|
||||
// Get Pointer To Capability List
|
||||
//
|
||||
CapabilityPtr = PciRead8 (PcdGet32 (PcdUsbEhciPciAddress) + PCI_CAPBILITY_POINTER_OFFSET);
|
||||
CapabilityPtr = PciRead8 (PcdGet32 (PcdUsbEhciPciAddress) + PCI_CAPABILITY_POINTER_OFFSET);
|
||||
|
||||
//
|
||||
// Find Capability ID 0xA, Which Is For Debug Port
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue