Skip to content

Commit

Permalink
i2c: Fix typo in SMBus Write Word Data description
Browse files Browse the repository at this point in the history
Write data, don't read it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Mike Frysinger authored and Jean Delvare committed Feb 13, 2007
1 parent 4e6697f commit 3f9a479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/i2c/smbus-protocol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f9a479

Please sign in to comment.