diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 4dce68dccf..9d3219b6eb 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -3236,33 +3236,6 @@ TABLE_ITEM PBDeviceChemistryTable[] = { }; TABLE_ITEM VPLocationTable[] = { - { - 0x01, - L" Other " - }, - { - 0x02, - L" Unknown " - }, - { - 0x03, - L" OK " - }, - { - 0x04, - L" Non-critical " - }, - { - 0x05, - L" Critical " - }, - { - 0x06, - L" Non-recoverable " - }, -}; - -TABLE_ITEM VPStatusTable[] = { { 0x01, L" Other " @@ -3309,6 +3282,33 @@ TABLE_ITEM VPStatusTable[] = { }, }; +TABLE_ITEM VPStatusTable[] = { + { + 0x01, + L" Other " + }, + { + 0x02, + L" Unknown " + }, + { + 0x03, + L" OK " + }, + { + 0x04, + L" Non-critical " + }, + { + 0x05, + L" Critical " + }, + { + 0x06, + L" Non-recoverable " + }, +}; + TABLE_ITEM CoolingDeviceStatusTable[] = { { 0x01,