From: Mike Frysinger Date: Tue, 13 Feb 2007 21:08:59 +0000 (+0100) Subject: i2c: Fix typo in SMBus Write Word Data description X-Git-Tag: v2.6.21-rc1~273^2~4^2~13 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3f9a4790a3818af1228c7fb4286afd66f3201fd0;p=linux-2.6-omap-h63xx.git i2c: Fix typo in SMBus Write Word Data description Write data, don't read it. Signed-off-by: Mike Frysinger Signed-off-by: Jean Delvare --- diff --git a/Documentation/i2c/smbus-protocol b/Documentation/i2c/smbus-protocol index 09f5e5ca492..8a653c60d25 100644 --- a/Documentation/i2c/smbus-protocol +++ b/Documentation/i2c/smbus-protocol @@ -97,7 +97,7 @@ SMBus Write Word Data ===================== This is the opposite operation of the Read Word Data command. 16 bits -of data is read from a device, from a designated register that is +of data is written to a device, to the designated register that is specified through the Comm byte. S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P