]> git.wh0rd.org - patches.git/blob - linux-i2c-smbus-doc-typo.patch
scummvm random work
[patches.git] / linux-i2c-smbus-doc-typo.patch
1 Fix typo in SMBus Write Word Data description (write data, dont read it).
2
3 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4
5 diff --git a/Documentation/i2c/smbus-protocol b/Documentation/i2c/smbus-protocol
6 index 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