Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39619
b: refs/heads/master
c: a790b32
h: refs/heads/master
i:
  39617: 1b68185
  39615: 0c530ba
v: v3
  • Loading branch information
Randy Dunlap authored and Len Brown committed Oct 14, 2006
1 parent e10017d commit 42edb23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 7af8b66004fa827958b4871112e59a07db5b3f6b
refs/heads/master: a790b323fb1b73f9388426bf3b96f153d1c90d2c
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/tables/tbget.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ acpi_tb_get_this_table(struct acpi_pointer *address,

if (header->length < sizeof(struct acpi_table_header)) {
ACPI_ERROR((AE_INFO,
"Table length (%X) is smaller than minimum (%X)",
"Table length (%X) is smaller than minimum (%zX)",
header->length, sizeof(struct acpi_table_header)));

return_ACPI_STATUS(AE_INVALID_TABLE_LENGTH);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/tables/tbrsdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ acpi_status acpi_tb_validate_rsdt(struct acpi_table_header *table_ptr)

if (table_ptr->length < sizeof(struct acpi_table_header)) {
ACPI_ERROR((AE_INFO,
"RSDT/XSDT length (%X) is smaller than minimum (%X)",
"RSDT/XSDT length (%X) is smaller than minimum (%zX)",
table_ptr->length,
sizeof(struct acpi_table_header)));

Expand Down

0 comments on commit 42edb23

Please sign in to comment.