ACK: [PATCH] data/klog.json: Update a parse/execution failure advice line
Alex Hung
alex.hung at canonical.com
Wed Dec 12 09:49:00 UTC 2012
On 12/04/2012 07:03 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> The parse/execution failure advice should be a little less specific
> because we're not sure if it fails during a parse or execution.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> data/klog.json | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/data/klog.json b/data/klog.json
> index c2cc858..bf6a2f5 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -2738,7 +2738,7 @@
> "log_level": "LOG_LEVEL_HIGH",
> "tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
> "pattern": "Method parse/execution failed",
> - "advice": "The ACPI driver encounter a parsing error on some ACPI AML code. This is unexepcted and normally indicates that there is a bug in the compiled AML code. It could be a programming fault or an AML compiler issue. See acpi_ps_parse_aml().",
> + "advice": "The ACPI driver encounter a parse or execution error on some ACPI AML code. This is unexepcted and normally indicates that there is a bug in the compiled AML code. It could be a programming fault or an AML compiler issue. See acpi_ps_parse_aml().",
> "label": "KlogAcpiParseExecAmlFailed"
> },
> {
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list