X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Facpi%2Ftables%2Ftbutils.c;h=d04442fc4955b3771eac22301c6847d184b9fa7f;hb=98af37fba9b3e601ca4bded51ef51a2be4e8c97b;hp=010f19652f80a633305a9da6c73729a73f58f545;hpb=a13b8460c5b43a68192b599ce437168cc2ff04de;p=mv-sheeva.git diff --git a/drivers/acpi/tables/tbutils.c b/drivers/acpi/tables/tbutils.c index 010f19652f8..d04442fc495 100644 --- a/drivers/acpi/tables/tbutils.c +++ b/drivers/acpi/tables/tbutils.c @@ -212,7 +212,7 @@ acpi_status acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length) if (checksum) { ACPI_WARNING((AE_INFO, - "Incorrect checksum in table [%4.4s] - %2.2X, should be %2.2X", + "Incorrect checksum in table [%4.4s] - %2.2X, should be %2.2X", table->signature, table->checksum, (u8) (table->checksum - checksum)));