MdeModulePkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -187,7 +187,7 @@ PciRootBridgeEnumerator (
|
||||
AddrRangeMin = Configuration1->AddrRangeMin;
|
||||
Configuration1->AddrRangeMin = Configuration2->AddrRangeMin;
|
||||
Configuration2->AddrRangeMin = AddrRangeMin;
|
||||
|
||||
|
||||
AddrLen = Configuration1->AddrLen;
|
||||
Configuration1->AddrLen = Configuration2->AddrLen;
|
||||
Configuration2->AddrLen = AddrLen;
|
||||
@@ -234,7 +234,7 @@ PciRootBridgeEnumerator (
|
||||
Status = PciAllocateBusNumber (RootBridgeDev, SubBusNumber, PaddedBusRange, &SubBusNumber);
|
||||
if (EFI_ERROR (Status)) {
|
||||
return Status;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Find the bus range which contains the higest bus number, then returns the number of buses
|
||||
@@ -252,7 +252,7 @@ PciRootBridgeEnumerator (
|
||||
Configuration++;
|
||||
Desc = Configuration->Desc;
|
||||
Configuration->Desc = ACPI_END_TAG_DESCRIPTOR;
|
||||
|
||||
|
||||
//
|
||||
// Set bus number
|
||||
//
|
||||
@@ -267,7 +267,7 @@ PciRootBridgeEnumerator (
|
||||
//
|
||||
Configuration->Desc = Desc;
|
||||
(Configuration - 1)->AddrLen = AddrLen;
|
||||
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
||||
@@ -1812,7 +1812,7 @@ NotifyPhase (
|
||||
Phase,
|
||||
ChipsetEntry
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Status = PciResAlloc->NotifyPhase (
|
||||
PciResAlloc,
|
||||
@@ -2043,7 +2043,7 @@ PciHotPlugRequestNotify (
|
||||
return EFI_INVALID_PARAMETER;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Status = gBS->OpenProtocol (
|
||||
Controller,
|
||||
&gEfiPciIoProtocolGuid,
|
||||
|
Reference in New Issue
Block a user