Re: [PATCH] Documentation: fix spel ling mistake "Minumum" -> "Minimum"
"Derek J. Clark" <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.platform-driver-x86 |
|---|---|
| Message-ID | <[email protected]> |
On April 19, 2026 3:10:08 PM PDT, Mark Pearson <[email protected]> wrote: > > >On Sun, Apr 19, 2026, at 1:08 PM, Ninad Naik wrote: >> There is a spelling mistake in Documentation/wmi/devices/lenovo-wmi-other.rst. >> Fixing it. >> >> Signed-off-by: Ninad Naik <[email protected]> >> --- >> Documentation/wmi/devices/lenovo-wmi-other.rst | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Documentation/wmi/devices/lenovo-wmi-other.rst >> b/Documentation/wmi/devices/lenovo-wmi-other.rst >> index 01d471156738..1d0410500d3f 100644 >> --- a/Documentation/wmi/devices/lenovo-wmi-other.rst >> +++ b/Documentation/wmi/devices/lenovo-wmi-other.rst >> @@ -144,5 +144,5 @@ data using the `bmfdec >> <https://github.com/pali/bmfdec>`_ utility: >> [WmiDataId(1), read, Description("Mode.")] uint32 NumOfFans; >> [WmiDataId(2), read, Description("Fan ID."), >> WmiSizeIs("NumOfFans")] uint32 FanId[]; >> [WmiDataId(3), read, Description("Maximum Fan Speed."), >> WmiSizeIs("NumOfFans")] uint32 FanMaxSpeed[]; >> - [WmiDataId(4), read, Description("Minumum Fan Speed."), >> WmiSizeIs("NumOfFans")] uint32 FanMinSpeed[]; >> + [WmiDataId(4), read, Description("Minimum Fan Speed."), >> WmiSizeIs("NumOfFans")] uint32 FanMinSpeed[]; >> }; >> -- >> 2.53.0 >Looks good. >Reviewed-by: Mark Pearson <[email protected]> Hi gents, The MOF spelling mistakes are well known. We've left them is as to ensure match with what the hardware actually reports. See: https://lore.kernel.org/platform-driver-x86/[email protected] I suppose if we're going to continue getting these types or PR I should add a note to the documentation. I'll add that soon. Thanks, Derek