[PATCH] data: klog.json: fix a typo: of --> if

Colin King colin.king at canonical.com
Wed Mar 6 11:56:36 UTC 2013


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"
   },
   {
-- 
1.8.1.2




More information about the fwts-devel mailing list