mirror of
https://github.com/acpica/acpica/
synced 2025-02-04 15:44:04 +03:00
AcpiDump/Linux: Update for code style, no functional change.
Fixes a while(1) loop to improve readability. Lv Zheng.
This commit is contained in:
parent
99779c83f4
commit
4186927833
@ -452,7 +452,7 @@ OslAddTableToList (
|
||||
else
|
||||
{
|
||||
Next = Gbl_TableListHead;
|
||||
do
|
||||
while (1)
|
||||
{
|
||||
if (ACPI_COMPARE_NAME (Next->Signature, Signature))
|
||||
{
|
||||
@ -472,7 +472,6 @@ OslAddTableToList (
|
||||
}
|
||||
Next = Next->Next;
|
||||
}
|
||||
while (1);
|
||||
Next->Next = NewInfo;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user