mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user