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 行删除

查看文件

@@ -722,7 +722,7 @@ acpi_ns_get_node(struct acpi_namespace_node *prefix_node,
(void)acpi_ut_release_mutex(ACPI_MTX_NAMESPACE);
cleanup:
cleanup:
ACPI_FREE(internal_path);
return_ACPI_STATUS(status);
}