diff mbox series

klog.json: fix grammar mistakes

Message ID 20201111050206.19966-1-alex.hung@canonical.com
State Accepted
Headers show
Series klog.json: fix grammar mistakes | expand

Commit Message

Alex Hung Nov. 11, 2020, 5:02 a.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 data/klog.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King Nov. 11, 2020, 9:12 a.m. UTC | #1
On 11/11/2020 05:02, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  data/klog.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/data/klog.json b/data/klog.json
> index 14285f9c..44c8f655 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -5961,7 +5961,7 @@
>     "compare_mode": "regex",
>     "log_level": "LOG_LEVEL_HIGH",
>     "pattern": "ACPI Error.*Namespace lookup failure, AE_NOT_FOUND",
> -   "advice": "The kernel has detected an error trying to execute an Method and it cannot find an object. This is indicates a bug in the DSDT or SSDT AML code.",
> +   "advice": "The kernel has detected an error trying to execute a method and it cannot find an object. This indicates a bug in the DSDT or SSDT AML code.",
>     "label": "KlogAcpiNamespaceLookupFailure"
>    },
>    {
> 
Good catch. Thanks Alex.

Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu Nov. 16, 2020, 6:19 a.m. UTC | #2
On 11/11/20 1:02 PM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  data/klog.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/data/klog.json b/data/klog.json
> index 14285f9c..44c8f655 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -5961,7 +5961,7 @@
>     "compare_mode": "regex",
>     "log_level": "LOG_LEVEL_HIGH",
>     "pattern": "ACPI Error.*Namespace lookup failure, AE_NOT_FOUND",
> -   "advice": "The kernel has detected an error trying to execute an Method and it cannot find an object. This is indicates a bug in the DSDT or SSDT AML code.",
> +   "advice": "The kernel has detected an error trying to execute a method and it cannot find an object. This indicates a bug in the DSDT or SSDT AML code.",
>     "label": "KlogAcpiNamespaceLookupFailure"
>    },
>    {
> 

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox series

Patch

diff --git a/data/klog.json b/data/klog.json
index 14285f9c..44c8f655 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -5961,7 +5961,7 @@ 
    "compare_mode": "regex",
    "log_level": "LOG_LEVEL_HIGH",
    "pattern": "ACPI Error.*Namespace lookup failure, AE_NOT_FOUND",
-   "advice": "The kernel has detected an error trying to execute an Method and it cannot find an object. This is indicates a bug in the DSDT or SSDT AML code.",
+   "advice": "The kernel has detected an error trying to execute a method and it cannot find an object. This indicates a bug in the DSDT or SSDT AML code.",
    "label": "KlogAcpiNamespaceLookupFailure"
   },
   {