mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 08:04:07 +02:00
ShellPkg: acpiview: SRAT: Minor code style enhancements
Minor changes to the SRAT parser code to conform with the EDKII coding style and to make it consistent with other ACPI table parsers. Signed-off-by: Krzysztof Koch <krzysztof.koch@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
parent
e0cf5ac693
commit
748c1efd1e
@ -206,6 +206,7 @@ ParseAcpiSrat (
|
|||||||
AcpiTableLength,
|
AcpiTableLength,
|
||||||
PARSER_PARAMS (SratParser)
|
PARSER_PARAMS (SratParser)
|
||||||
);
|
);
|
||||||
|
|
||||||
ResourcePtr = Ptr + Offset;
|
ResourcePtr = Ptr + Offset;
|
||||||
|
|
||||||
while (Offset < AcpiTableLength) {
|
while (Offset < AcpiTableLength) {
|
||||||
@ -250,7 +251,7 @@ ParseAcpiSrat (
|
|||||||
ResourcePtr,
|
ResourcePtr,
|
||||||
*SratRALength,
|
*SratRALength,
|
||||||
PARSER_PARAMS (SratGicITSAffinityParser)
|
PARSER_PARAMS (SratGicITSAffinityParser)
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case EFI_ACPI_6_2_MEMORY_AFFINITY:
|
case EFI_ACPI_6_2_MEMORY_AFFINITY:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user