From: "Mike Frysinger" Subject: 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 --- Documentation/i2c/smbus-protocol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.20-rc2.orig/Documentation/i2c/smbus-protocol 2006-01-03 04:21:10.000000000 +0100 +++ linux-2.6.20-rc2/Documentation/i2c/smbus-protocol 2006-12-29 19:50:26.000000000 +0100 @@ -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