]> git.wh0rd.org - patches.git/blame - linux-i2c-smbus-doc-typo.patch
more random patches. who knows.
[patches.git] / linux-i2c-smbus-doc-typo.patch
CommitLineData
5e993f12 1Fix typo in SMBus Write Word Data description (write data, dont read it).
2
3Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4
5diff --git a/Documentation/i2c/smbus-protocol b/Documentation/i2c/smbus-protocol
6index 09f5e5c..3baedec 100644
7--- a/Documentation/i2c/smbus-protocol
8+++ b/Documentation/i2c/smbus-protocol
9@@ -97,7 +97,7 @@ SMBus Write Word Data
10 =====================
11
12 This is the opposite operation of the Read Word Data command. 16 bits
13-of data is read from a device, from a designated register that is
14+of data is written to a device to the designated register that is
15 specified through the Comm byte.
16
17 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P