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>
Этот коммит содержится в:

коммит произвёл
Rafael J. Wysocki

родитель
cd162b35a2
Коммит
1fad87385e
@@ -312,8 +312,8 @@ acpi_rs_get_address_common(struct acpi_resource *resource,
|
||||
|
||||
/* Validate the Resource Type */
|
||||
|
||||
if ((aml->address.resource_type > 2)
|
||||
&& (aml->address.resource_type < 0xC0)) {
|
||||
if ((aml->address.resource_type > 2) &&
|
||||
(aml->address.resource_type < 0xC0)) {
|
||||
return (FALSE);
|
||||
}
|
||||
|
||||
|
Ссылка в новой задаче
Block a user