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>
This commit is contained in:
Lv Zheng
2013-10-29 09:30:02 +08:00
committed by Rafael J. Wysocki
부모 bb1cab3d52
커밋 10622bf8ce
60개의 변경된 파일112개의 추가작업 그리고 112개의 파일을 삭제

파일 보기

@@ -649,7 +649,7 @@ acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action)
return (AE_OK);
error_exit:
error_exit:
ACPI_EXCEPTION((AE_INFO, status,
"Could not update object reference count"));