ACPICA: Linuxize: Change indentation of C labels.

It is reported by kernel build test systems that all ACPICA source
files in the kernel tree have incorrect label indentation.  This
patch changes default indent option used in the release process to
fix this bug.  Lv Zheng.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Этот коммит содержится в:
Lv Zheng
2013-10-29 09:30:02 +08:00
коммит произвёл Rafael J. Wysocki
родитель bb1cab3d52
Коммит 10622bf8ce
60 изменённых файлов: 112 добавлений и 112 удалений

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

@@ -784,7 +784,7 @@ acpi_rs_set_srs_method_data(struct acpi_namespace_node *node,
acpi_ut_remove_reference(args[0]);
cleanup:
cleanup:
ACPI_FREE(info);
return_ACPI_STATUS(status);
}