[PATCH] data: klog.json: fix spelling mistake

Colin King colin.king at canonical.com
Tue Jun 4 08:36:59 UTC 2013


From: Colin Ian King <colin.king at canonical.com>

Fix spelling mistake "paramater" -> "parameter"

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 cb55071..b581d1b 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1366,7 +1366,7 @@
    "log_level": "LOG_LEVEL_LOW",
    "tag": "FWTS_TAG_ACPI",
    "pattern": "0x.*-0x.* SystemIO conflicts with",
-   "advice": "A resource conflict between an ACPI OperationRegion and a native driver has been detected. By default the kernel will use a strict policy and will not allow this region to conflict and -EBUSY will be returned to the caller that was trying to allocate the already claimed region.  If an ACPI driver is available for this device then this should be used instead of a native driver, so disabling the native driver may help. One can specify kernel boot paramater acpi_enforce_resources=lax to disable these checks but it may lead to random problems and system instability.  Alternatively, one can specify acpi_enforce_resources=no and ACPI Operation Region resources will not be registered.",
+   "advice": "A resource conflict between an ACPI OperationRegion and a native driver has been detected. By default the kernel will use a strict policy and will not allow this region to conflict and -EBUSY will be returned to the caller that was trying to allocate the already claimed region.  If an ACPI driver is available for this device then this should be used instead of a native driver, so disabling the native driver may help. One can specify kernel boot parameter acpi_enforce_resources=lax to disable these checks but it may lead to random problems and system instability.  Alternatively, one can specify acpi_enforce_resources=no and ACPI Operation Region resources will not be registered.",
    "label": "KlogAcpiSystemIOConflict",
   },
   {
-- 
1.8.1.2




More information about the fwts-devel mailing list