提交 6be58e2f 编写于 作者: B Bob Moore 提交者: Rafael J. Wysocki

ACPICA: Remove trailing comma in enum declarations

SunStudio compiler complains about trailing commas in enum
declarations.
Signed-off-by: NBob Moore <robert.moore@intel.com>
Signed-off-by: NLv Zheng <lv.zheng@intel.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 ae1b4769
...@@ -174,7 +174,7 @@ struct acpi_fpdt_header { ...@@ -174,7 +174,7 @@ struct acpi_fpdt_header {
enum acpi_fpdt_type { enum acpi_fpdt_type {
ACPI_FPDT_TYPE_BOOT = 0, ACPI_FPDT_TYPE_BOOT = 0,
ACPI_FPDT_TYPE_S3PERF = 1, ACPI_FPDT_TYPE_S3PERF = 1
}; };
/* /*
...@@ -223,7 +223,7 @@ struct acpi_s3pt_header { ...@@ -223,7 +223,7 @@ struct acpi_s3pt_header {
enum acpi_s3pt_type { enum acpi_s3pt_type {
ACPI_S3PT_TYPE_RESUME = 0, ACPI_S3PT_TYPE_RESUME = 0,
ACPI_S3PT_TYPE_SUSPEND = 1, ACPI_S3PT_TYPE_SUSPEND = 1
}; };
struct acpi_s3pt_resume { struct acpi_s3pt_resume {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册