ACPICA: Rename nameseg copy macro for clarity
ACPICA commit 19c18d3157945d1b8b64a826f0a8e848b7dbb127 ACPI_MOVE_NAME changed to ACPI_COPY_NAMESEG This clarifies (1) this is a copy operation, and (2) it operates on ACPI name_segs. Improves understanding of the code. Link: https://github.com/acpica/acpica/commit/19c18d31 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:

committed by
Rafael J. Wysocki

vanhempi
15ade5d2e7
commit
a3ce7a8e0d
@@ -145,7 +145,7 @@ void acpi_ut_repair_name(char *name)
|
||||
return;
|
||||
}
|
||||
|
||||
ACPI_MOVE_NAME(&original_name, name);
|
||||
ACPI_COPY_NAMESEG(&original_name, name);
|
||||
|
||||
/* Check each character in the name */
|
||||
|
||||
|
Viittaa uudesa ongelmassa
Block a user