[PATCH] data: klog.json: fix a typo: of --> if
IvanHu
ivan.hu at canonical.com
Fri Mar 8 08:59:47 UTC 2013
On 03/06/2013 07:56 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Fix a typo.
>
> 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 a9477fc..92b6fc2 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -2327,7 +2327,7 @@
> "log_level": "LOG_LEVEL_HIGH",
> "tag": "FWTS_TAG_EMBEDDED_CONTROLLER",
> "pattern": "EC.*input buffer is not empty, aborting transaction",
> - "advice": "The ACPI Embedded Controller (EC) driver attempted to perform a read or write transaction but had to abort because the EC was still busy and the input buffer was not emptied within 500ms. Normally this indicates an EC firmware fault. One can try increasing the delay using the acpi.ec_delay kernel parameter or writing to /sys/module/acpi/parameters/ec_delay - however this generally does not help much of the EC firmware is buggy.",
> + "advice": "The ACPI Embedded Controller (EC) driver attempted to perform a read or write transaction but had to abort because the EC was still busy and the input buffer was not emptied within 500ms. Normally this indicates an EC firmware fault. One can try increasing the delay using the acpi.ec_delay kernel parameter or writing to /sys/module/acpi/parameters/ec_delay - however this generally does not help much if the EC firmware is buggy.",
> "label": "KlogAcpiEcInputBufferIsNotEmpty"
> },
> {
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list