diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2020-01-29 16:19:42 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2020-01-29 22:01:46 +0100 |
commit | 414a596454a68c8672d339c916d8d2ed03245444 (patch) | |
tree | f57b4a8ca922df7e0d44dfc64602879a0043a523 /Documentation/i2c/smbus-protocol.rst | |
parent | b36cbb70e4a2b81b26042b04538ffa69cfa24642 (diff) | |
download | linux-stable-414a596454a68c8672d339c916d8d2ed03245444.tar.gz linux-stable-414a596454a68c8672d339c916d8d2ed03245444.tar.bz2 linux-stable-414a596454a68c8672d339c916d8d2ed03245444.zip |
docs: i2c: smbus-protocol: fix typo
The subject is plural, fix the verb.
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/smbus-protocol.rst')
-rw-r--r-- | Documentation/i2c/smbus-protocol.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/smbus-protocol.rst b/Documentation/i2c/smbus-protocol.rst index 3c0fb3a2044d..de7285de5e93 100644 --- a/Documentation/i2c/smbus-protocol.rst +++ b/Documentation/i2c/smbus-protocol.rst @@ -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 |