[PATCH] platform/x86: asus-armoury: fix wording of a comment

Denis Benato posted 1 patch 2 months, 3 weeks ago
drivers/platform/x86/asus-armoury.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] platform/x86: asus-armoury: fix wording of a comment
Posted by Denis Benato 2 months, 3 weeks ago
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
Re: [PATCH] platform/x86: asus-armoury: fix wording of a comment
Posted by Ilpo Järvinen 2 months, 3 weeks ago
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.