ACK: [PATCH] data: klog.json: fix unintential newline in a literal string

Alex Hung alex.hung at canonical.com
Mon Aug 17 08:23:34 UTC 2020


On 2020-08-14 4:24 p.m., Colin King wrote:
> 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"
>    },
>    {
> 


Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list