[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200129151953.31582-18-luca@lucaceresoli.net>
Date: Wed, 29 Jan 2020 16:19:42 +0100
From: Luca Ceresoli <luca@...aceresoli.net>
To: linux-i2c@...r.kernel.org, linux-doc@...r.kernel.org
Cc: Luca Ceresoli <luca@...aceresoli.net>,
Wolfram Sang <wsa@...-dreams.de>,
Jean Delvare <jdelvare@...e.de>, Peter Rosin <peda@...ntia.se>,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 17/28] docs: i2c: smbus-protocol: fix typo
The subject is plural, fix the verb.
Signed-off-by: Luca Ceresoli <luca@...aceresoli.net>
Reviewed-by: Jean Delvare <jdelvare@...e.de>
---
Changes in v2:
- fix subject line (Jean Delvare)
---
Documentation/i2c/smbus-protocol.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.25.0
Powered by blists - more mailing lists