public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: asus-armoury: fix wording of a comment
@ 2025-11-15 14:56 Denis Benato
  2025-11-18  9:19 ` Ilpo Järvinen
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Benato @ 2025-11-15 14:56 UTC (permalink / raw)
  To: linux-kernel
  Cc: platform-driver-x86, Hans de Goede, Ilpo Järvinen,
	Limonciello, Mario, Luke D . Jones, Alok Tiwari, Derek John Clark,
	Mateusz Schyboll, porfet828, Denis Benato, Denis Benato

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] platform/x86: asus-armoury: fix wording of a comment
  2025-11-15 14:56 [PATCH] platform/x86: asus-armoury: fix wording of a comment Denis Benato
@ 2025-11-18  9:19 ` Ilpo Järvinen
  0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2025-11-18  9:19 UTC (permalink / raw)
  To: Denis Benato
  Cc: LKML, platform-driver-x86, Hans de Goede, Limonciello, Mario,
	Luke D . Jones, Alok Tiwari, Derek John Clark, Mateusz Schyboll,
	porfet828, Denis Benato

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-18  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-15 14:56 [PATCH] platform/x86: asus-armoury: fix wording of a comment Denis Benato
2025-11-18  9:19 ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox