ACPICA: Core: Major update for code formatting, no functional changes
ACPICA commit dfa394471f6c01b2ee9433dbc143ec70cb9bca72 Mostly indentation inconsistencies across the code. Split some long lines, etc. Link: https://github.com/acpica/acpica/commit/dfa39447 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:

committed by
Rafael J. Wysocki

szülő
cd162b35a2
commit
1fad87385e
@@ -441,8 +441,8 @@ acpi_ut_walk_aml_resources(struct acpi_walk_state *walk_state,
|
||||
acpi_ut_validate_resource(walk_state, aml, &resource_index);
|
||||
if (ACPI_FAILURE(status)) {
|
||||
/*
|
||||
* Exit on failure. Cannot continue because the descriptor length
|
||||
* may be bogus also.
|
||||
* Exit on failure. Cannot continue because the descriptor
|
||||
* length may be bogus also.
|
||||
*/
|
||||
return_ACPI_STATUS(status);
|
||||
}
|
||||
@@ -568,8 +568,8 @@ acpi_ut_validate_resource(struct acpi_walk_state *walk_state,
|
||||
}
|
||||
|
||||
/*
|
||||
* Check validity of the resource type, via acpi_gbl_resource_types. Zero
|
||||
* indicates an invalid resource.
|
||||
* Check validity of the resource type, via acpi_gbl_resource_types.
|
||||
* Zero indicates an invalid resource.
|
||||
*/
|
||||
if (!acpi_gbl_resource_types[resource_index]) {
|
||||
goto invalid_resource;
|
||||
|
Reference in New Issue
Block a user