Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350907
b: refs/heads/master
c: 5e30a96
h: refs/heads/master
i:
  350905: c1514a5
  350903: d859cb5
v: v3
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Jan 25, 2013
1 parent 72673c6 commit c33a53a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9652b4e8a26384be959770839773a9dee7d0c2c
refs/heads/master: 5e30a96e47f99c63c04a0e7949d896cba80dd594
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/acpica/dsobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ acpi_ds_build_internal_package_obj(struct acpi_walk_state *walk_state,
}

ACPI_INFO((AE_INFO,
"Actual Package length (%u) is larger than NumElements field (%u), truncated\n",
"Actual Package length (%u) is larger than NumElements field (%u), truncated",
i, element_count));
} else if (i < element_count) {
/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/acpica/dswload2.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ acpi_ds_load2_begin_op(struct acpi_walk_state *walk_state,
*/
ACPI_WARNING((AE_INFO,
"Type override - [%4.4s] had invalid type (%s) "
"for Scope operator, changed to type ANY\n",
"for Scope operator, changed to type ANY",
acpi_ut_get_node_name(node),
acpi_ut_get_type_name(node->type)));

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/acpica/hwgpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ acpi_hw_low_set_gpe(struct acpi_gpe_event_info *gpe_event_info, u32 action)
break;

default:
ACPI_ERROR((AE_INFO, "Invalid GPE Action, %u\n", action));
ACPI_ERROR((AE_INFO, "Invalid GPE Action, %u", action));
return (AE_BAD_PARAMETER);
}

Expand Down

0 comments on commit c33a53a

Please sign in to comment.