drivers/platform/x86/asus-armoury.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Drop the repeated word "known" from the comment
"No known problems are known for this dev_id".
Signed-off-by: Denis Benato <denis.benato@linux.dev>
---
drivers/platform/x86/asus-armoury.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/x86/asus-armoury.c b/drivers/platform/x86/asus-armoury.c
index 31a3046b7d63..c3026e1d3ce2 100644
--- a/drivers/platform/x86/asus-armoury.c
+++ b/drivers/platform/x86/asus-armoury.c
@@ -242,7 +242,7 @@ static int armoury_set_devstate(struct kobj_attribute *attr,
pr_err("Refusing to write to readonly devstate part of unsafe interface\n");
return -EINVAL;
default:
- /* No known problems are known for this dev_id */
+ /* No problems are known for this dev_id */
break;
}
--
2.51.2
On Sat, 15 Nov 2025, Denis Benato wrote:
> Drop the repeated word "known" from the comment
> "No known problems are known for this dev_id".
>
> Signed-off-by: Denis Benato <denis.benato@linux.dev>
> ---
> drivers/platform/x86/asus-armoury.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/platform/x86/asus-armoury.c b/drivers/platform/x86/asus-armoury.c
> index 31a3046b7d63..c3026e1d3ce2 100644
> --- a/drivers/platform/x86/asus-armoury.c
> +++ b/drivers/platform/x86/asus-armoury.c
> @@ -242,7 +242,7 @@ static int armoury_set_devstate(struct kobj_attribute *attr,
> pr_err("Refusing to write to readonly devstate part of unsafe interface\n");
> return -EINVAL;
> default:
> - /* No known problems are known for this dev_id */
> + /* No problems are known for this dev_id */
> break;
> }
Thanks. While taking the cores change out, I also folded this in to the
original change.
--
i.
© 2016 - 2026 Red Hat, Inc.