Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: wmi: fix spelling of "frequency"
@ 2026-08-23  3:30 Yongho Park
  2026-08-23 13:49 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Yongho Park @ 2026-08-23  3:30 UTC (permalink / raw)
  To: Mark Pearson, Derek J . Clark, Armin Wolf
  Cc: platform-driver-x86, linux-doc, Jonathan Corbet, Shuah Khan,
	Randy Dunlap, Yongho Park

Fix a typo in the Lenovo GameZone WMI documentation.

Signed-off-by: Yongho Park <yhpark7i@gmail.com>
---
 Documentation/wmi/devices/lenovo-wmi-gamezone.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/wmi/devices/lenovo-wmi-gamezone.rst b/Documentation/wmi/devices/lenovo-wmi-gamezone.rst
index 1769ad3d57b9..3579aa32c5d6 100644
--- a/Documentation/wmi/devices/lenovo-wmi-gamezone.rst
+++ b/Documentation/wmi/devices/lenovo-wmi-gamezone.rst
@@ -152,7 +152,7 @@ data using the `bmfdec <https://github.com/pali/bmfdec>`_ utility:
     [WmiDataId(1), read, Description("P-State ID.")] uint32 PStateID;
     [WmiDataId(2), read, Description("CLOCK ID.")] uint32 ClockID;
     [WmiDataId(3), read, Description("Default value.")] uint32 defaultvalue;
-    [WmiDataId(4), read, Description("OC Offset freqency.")] uint32 OCOffsetFreq;
+    [WmiDataId(4), read, Description("OC Offset frequency.")] uint32 OCOffsetFreq;
     [WmiDataId(5), read, Description("OC Min offset value.")] uint32 OCMinOffset;
     [WmiDataId(6), read, Description("OC Max offset value.")] uint32 OCMaxOffset;
     [WmiDataId(7), read, Description("OC Offset Scale.")] uint32 OCOffsetScale;
-- 
2.43.0


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

* Re: [PATCH] docs: wmi: fix spelling of "frequency"
  2026-08-23  3:30 [PATCH] docs: wmi: fix spelling of "frequency" Yongho Park
@ 2026-08-23 13:49 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2026-08-23 13:49 UTC (permalink / raw)
  To: Yongho Park, Mark Pearson, Derek J . Clark, Armin Wolf
  Cc: platform-driver-x86, linux-doc, Shuah Khan, Randy Dunlap,
	Yongho Park

Yongho Park <yhpark7i@gmail.com> writes:

> Fix a typo in the Lenovo GameZone WMI documentation.
>
> Signed-off-by: Yongho Park <yhpark7i@gmail.com>
> ---
>  Documentation/wmi/devices/lenovo-wmi-gamezone.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/wmi/devices/lenovo-wmi-gamezone.rst b/Documentation/wmi/devices/lenovo-wmi-gamezone.rst
> index 1769ad3d57b9..3579aa32c5d6 100644
> --- a/Documentation/wmi/devices/lenovo-wmi-gamezone.rst
> +++ b/Documentation/wmi/devices/lenovo-wmi-gamezone.rst
> @@ -152,7 +152,7 @@ data using the `bmfdec <https://github.com/pali/bmfdec>`_ utility:
>      [WmiDataId(1), read, Description("P-State ID.")] uint32 PStateID;
>      [WmiDataId(2), read, Description("CLOCK ID.")] uint32 ClockID;
>      [WmiDataId(3), read, Description("Default value.")] uint32 defaultvalue;
> -    [WmiDataId(4), read, Description("OC Offset freqency.")] uint32 OCOffsetFreq;
> +    [WmiDataId(4), read, Description("OC Offset frequency.")] uint32 OCOffsetFreq;
>      [WmiDataId(5), read, Description("OC Min offset value.")] uint32 OCMinOffset;

This is literal program output; are you sure that the typo was
introduced in the document and is not present in the actual output?

Thanks,

jon

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

end of thread, other threads:[~2026-08-23 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-23  3:30 [PATCH] docs: wmi: fix spelling of "frequency" Yongho Park
2026-08-23 13:49 ` Jonathan Corbet

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