public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: wmi: lenovo-wmi-gamezone: fix typo in frequency
@ 2025-09-13 17:38 Akiyoshi Kurita
  2025-09-16 15:59 ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Akiyoshi Kurita @ 2025-09-13 17:38 UTC (permalink / raw)
  To: kvm, pbonzini; +Cc: linux-doc, linux-kernel, corbet, Akiyoshi Kurita

Fix a spelling mistake in lenovo-wmi-gamezone.rst
("freqency" -> "frequency").

No functional change.

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
 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 997263e51a7d..167548929ac2 100644
--- a/Documentation/wmi/devices/lenovo-wmi-gamezone.rst
+++ b/Documentation/wmi/devices/lenovo-wmi-gamezone.rst
@@ -153,7 +153,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.47.3


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

end of thread, other threads:[~2025-09-16 23:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-13 17:38 [PATCH] docs: wmi: lenovo-wmi-gamezone: fix typo in frequency Akiyoshi Kurita
2025-09-16 15:59 ` Jonathan Corbet
2025-09-16 23:39   ` weibu

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