Documentation/wmi/devices/msi-wmi-platform.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
There were a few instances of typos that could lead to confusion
when reading. The following words have been corrected:
Binay -> Binary
singe -> single
chaged -> changed
Signed-off-by: Luis Felipe Hernandez <luis.hernandez093@gmail.com>
---
Documentation/wmi/devices/msi-wmi-platform.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/wmi/devices/msi-wmi-platform.rst b/Documentation/wmi/devices/msi-wmi-platform.rst
index 29b1b2e6d42c..31a136942892 100644
--- a/Documentation/wmi/devices/msi-wmi-platform.rst
+++ b/Documentation/wmi/devices/msi-wmi-platform.rst
@@ -130,12 +130,12 @@ data using the `bmfdec <https://github.com/pali/bmfdec>`_ utility:
Due to a peculiarity in how Windows handles the ``CreateByteField()`` ACPI operator (errors only
happen when a invalid byte field is ultimately accessed), all methods require a 32 byte input
-buffer, even if the Binay MOF says otherwise.
+buffer, even if the Binary MOF says otherwise.
The input buffer contains a single byte to select the subfeature to be accessed and 31 bytes of
input data, the meaning of which depends on the subfeature being accessed.
-The output buffer contains a singe byte which signals success or failure (``0x00`` on failure)
+The output buffer contains a single byte which signals success or failure (``0x00`` on failure)
and 31 bytes of output data, the meaning if which depends on the subfeature being accessed.
WMI method Get_EC()
@@ -147,7 +147,7 @@ data contains a flag byte and a 28 byte controller firmware version string.
The first 4 bits of the flag byte contain the minor version of the embedded controller interface,
with the next 2 bits containing the major version of the embedded controller interface.
-The 7th bit signals if the embedded controller page chaged (exact meaning is unknown), and the
+The 7th bit signals if the embedded controller page changed (exact meaning is unknown), and the
last bit signals if the platform is a Tigerlake platform.
The MSI software seems to only use this interface when the last bit is set.
--
2.45.2
Am 30.07.24 um 00:36 schrieb Luis Felipe Hernandez: > There were a few instances of typos that could lead to confusion > when reading. The following words have been corrected: > Binay -> Binary > singe -> single > chaged -> changed Hi, please change the title to "platform/x86: msi-wmi-platform: Fix spelling mistakes". With that being addressed: Reviewed-by: Armin Wolf <W_Armin@gmx.de> > Signed-off-by: Luis Felipe Hernandez <luis.hernandez093@gmail.com> > --- > Documentation/wmi/devices/msi-wmi-platform.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/wmi/devices/msi-wmi-platform.rst b/Documentation/wmi/devices/msi-wmi-platform.rst > index 29b1b2e6d42c..31a136942892 100644 > --- a/Documentation/wmi/devices/msi-wmi-platform.rst > +++ b/Documentation/wmi/devices/msi-wmi-platform.rst > @@ -130,12 +130,12 @@ data using the `bmfdec <https://github.com/pali/bmfdec>`_ utility: > > Due to a peculiarity in how Windows handles the ``CreateByteField()`` ACPI operator (errors only > happen when a invalid byte field is ultimately accessed), all methods require a 32 byte input > -buffer, even if the Binay MOF says otherwise. > +buffer, even if the Binary MOF says otherwise. > > The input buffer contains a single byte to select the subfeature to be accessed and 31 bytes of > input data, the meaning of which depends on the subfeature being accessed. > > -The output buffer contains a singe byte which signals success or failure (``0x00`` on failure) > +The output buffer contains a single byte which signals success or failure (``0x00`` on failure) > and 31 bytes of output data, the meaning if which depends on the subfeature being accessed. > > WMI method Get_EC() > @@ -147,7 +147,7 @@ data contains a flag byte and a 28 byte controller firmware version string. > The first 4 bits of the flag byte contain the minor version of the embedded controller interface, > with the next 2 bits containing the major version of the embedded controller interface. > > -The 7th bit signals if the embedded controller page chaged (exact meaning is unknown), and the > +The 7th bit signals if the embedded controller page changed (exact meaning is unknown), and the > last bit signals if the platform is a Tigerlake platform. > > The MSI software seems to only use this interface when the last bit is set.
On Mon, Jul 29, 2024 at 06:36:44PM -0400, Luis Felipe Hernandez wrote: > There were a few instances of typos that could lead to confusion > when reading. The following words have been corrected: > Binay -> Binary > singe -> single > chaged -> changed > > Signed-off-by: Luis Felipe Hernandez <luis.hernandez093@gmail.com> > --- > Documentation/wmi/devices/msi-wmi-platform.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - This looks like a new version of a previously submitted patch, but you did not list below the --- line any changes from the previous version. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what needs to be done here to properly describe this. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot
© 2016 - 2025 Red Hat, Inc.