projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414a596
)
docs: i2c: smbus-protocol: fix punctuation
author
Luca Ceresoli
<luca@lucaceresoli.net>
Wed, 29 Jan 2020 15:19:43 +0000
(16:19 +0100)
committer
Wolfram Sang
<wsa@the-dreams.de>
Wed, 29 Jan 2020 21:01:47 +0000
(22:01 +0100)
Remove misplaced dot before colon.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Documentation/i2c/smbus-protocol.rst
patch
|
blob
|
history
diff --git
a/Documentation/i2c/smbus-protocol.rst
b/Documentation/i2c/smbus-protocol.rst
index de7285de5e930a700849d8c569f500a71d869b0e..7350e4b2c2fabd8268439742925a8b3c39a1bc4f 100644
(file)
--- a/
Documentation/i2c/smbus-protocol.rst
+++ b/
Documentation/i2c/smbus-protocol.rst
@@
-146,7
+146,7
@@
Implemented by i2c_smbus_write_word_data()
This is the opposite of the Read Word operation. 16 bits
of data are written to a device, to the designated register that is
-specified through the Comm byte
.
::
+specified through the Comm byte::
S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P