aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2020-01-29 16:19:43 +0100
committerWolfram Sang <wsa@the-dreams.de>2020-01-29 22:01:47 +0100
commitc7148b059c2f88b2b70325cfe45a3271f5c16c43 (patch)
tree4012d656e786ada0088d6c78469719d5f73c0a6d /Documentation/i2c
parentdocs: i2c: smbus-protocol: fix typo (diff)
downloadlinux-dev-c7148b059c2f88b2b70325cfe45a3271f5c16c43.tar.xz
linux-dev-c7148b059c2f88b2b70325cfe45a3271f5c16c43.zip
docs: i2c: smbus-protocol: fix punctuation
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>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r--Documentation/i2c/smbus-protocol.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/smbus-protocol.rst b/Documentation/i2c/smbus-protocol.rst
index de7285de5e93..7350e4b2c2fa 100644
--- 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