[PATCH] data: klog.json: fix unintential newline in a literal string
Colin King
colin.king at canonical.com
Fri Aug 14 22:24:51 UTC 2020
From: Colin Ian King <colin.king at canonical.com>
There is an unintientional newline character im a literal string,
remove it.
Fixes: a28e8e9f6f0a ("klog: data.json: Add klog checking for errors from drivers/acpi/cppc_acpi.c")
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
data/klog.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/data/klog.json b/data/klog.json
index 6a44aed9..45912d2a 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -859,8 +859,7 @@
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No PCC subspace found for CPPC",
- "advice": "The PCC mailbox controller could not parse the ACPI Pl
-atform Communications Channel Table (PCCT) and find the PCC subspace communication region. The CPU freq driver cannot control CPU performance via the _CPC ACPI tables.",
+ "advice": "The PCC mailbox controller could not parse the ACPI Platform Communications Channel Table (PCCT) and find the PCC subspace communication region. The CPU freq driver cannot control CPU performance via the _CPC ACPI tables.",
"label": "KlogAcpiPccNoSubspace"
},
{
--
2.27.0
More information about the fwts-devel
mailing list