Skip to content

Commit 6e73c49

Browse files
lf-hernandezij-intel
authored andcommitted
platform/x86: msi-wmi-platform: Fix spelling mistakes
There were a few instances of typos that lead could to confusion when reading. The following words have been corrected: Binay -> Binary singe -> single chaged -> changed Signed-off-by: Luis Felipe Hernandez <[email protected]> Reviewed-by: Armin Wolf <[email protected]> Acked-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 942810c commit 6e73c49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/wmi/devices/msi-wmi-platform.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ data using the `bmfdec <https://github.com/pali/bmfdec>`_ utility:
130130

131131
Due to a peculiarity in how Windows handles the ``CreateByteField()`` ACPI operator (errors only
132132
happen when a invalid byte field is ultimately accessed), all methods require a 32 byte input
133-
buffer, even if the Binay MOF says otherwise.
133+
buffer, even if the Binary MOF says otherwise.
134134

135135
The input buffer contains a single byte to select the subfeature to be accessed and 31 bytes of
136136
input data, the meaning of which depends on the subfeature being accessed.
137137

138-
The output buffer contains a singe byte which signals success or failure (``0x00`` on failure)
138+
The output buffer contains a single byte which signals success or failure (``0x00`` on failure)
139139
and 31 bytes of output data, the meaning if which depends on the subfeature being accessed.
140140

141141
WMI method Get_EC()
@@ -147,7 +147,7 @@ data contains a flag byte and a 28 byte controller firmware version string.
147147
The first 4 bits of the flag byte contain the minor version of the embedded controller interface,
148148
with the next 2 bits containing the major version of the embedded controller interface.
149149

150-
The 7th bit signals if the embedded controller page chaged (exact meaning is unknown), and the
150+
The 7th bit signals if the embedded controller page changed (exact meaning is unknown), and the
151151
last bit signals if the platform is a Tigerlake platform.
152152

153153
The MSI software seems to only use this interface when the last bit is set.

0 commit comments

Comments
 (0)