projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6697f
)
i2c: Fix typo in SMBus Write Word Data description
author
Mike Frysinger
<vapier.adi@gmail.com>
Tue, 13 Feb 2007 21:08:59 +0000
(22:08 +0100)
committer
Jean Delvare
<khali@arrakis.delvare>
Tue, 13 Feb 2007 21:08:59 +0000
(22:08 +0100)
Write data, don't read it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/i2c/smbus-protocol
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/i2c/smbus-protocol
b/Documentation/i2c/smbus-protocol
index 09f5e5ca49272544002b862d0b61af21bc66ce70..8a653c60d25a22d1bde489b947e58b0847d6e324 100644
(file)
--- 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