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>
Этот коммит содержится в:
Bob Moore
2015-12-29 13:54:36 +08:00
коммит произвёл Rafael J. Wysocki
родитель cd162b35a2
Коммит 1fad87385e
100 изменённых файлов: 634 добавлений и 493 удалений

Просмотреть файл

@@ -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);
}