mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +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,
|
||||
PARSER_PARAMS (SratParser)
|
||||
);
|
||||
|
||||
ResourcePtr = Ptr + Offset;
|
||||
|
||||
while (Offset < AcpiTableLength) {
|
||||
@ -250,7 +251,7 @@ ParseAcpiSrat (
|
||||
ResourcePtr,
|
||||
*SratRALength,
|
||||
PARSER_PARAMS (SratGicITSAffinityParser)
|
||||
);
|
||||
);
|
||||
break;
|
||||
|
||||
case EFI_ACPI_6_2_MEMORY_AFFINITY:
|
||||
|
Loading…
x
Reference in New Issue
Block a user