Commit 414a5964 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Wolfram Sang
Browse files

docs: i2c: smbus-protocol: fix typo



The subject is plural, fix the verb.

Signed-off-by: default avatarLuca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: default avatarJean Delvare <jdelvare@suse.de>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent b36cbb70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ SMBus Write Word
Implemented by i2c_smbus_write_word_data()

This is the opposite of the Read Word operation. 16 bits
of data is written to a device, to the designated register that is
of data are 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