diff mbox

cec-ioc-receive.rst: fix typo: two -> three

Message ID 94ee846a-098e-c7bd-6bc1-acc61c970b3a@xs4all.nl (mailing list archive)
State New, archived
Headers show

Commit Message

Hans Verkuil Aug. 31, 2017, 3:24 p.m. UTC
The description of CEC_TX_STATUS_ERROR referred to two previous statuses, but
there are three. Update the documentation accordingly.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
---
diff mbox

Patch

diff --git a/Documentation/media/uapi/cec/cec-ioc-receive.rst b/Documentation/media/uapi/cec/cec-ioc-receive.rst
index 267044f7ac30..887487d63403 100644
--- a/Documentation/media/uapi/cec/cec-ioc-receive.rst
+++ b/Documentation/media/uapi/cec/cec-ioc-receive.rst
@@ -254,9 +254,9 @@  View On' messages from initiator 0xf ('Unregistered') to destination 0 ('TV').
       - ``CEC_TX_STATUS_ERROR``
       - 0x10
       - Some error occurred. This is used for any errors that do not fit
-	the previous two, either because the hardware could not tell which
+	the previous three, either because the hardware could not tell which
 	error occurred, or because the hardware tested for other
-	conditions besides those two.
+	conditions besides those three.
     * .. _`CEC-TX-STATUS-MAX-RETRIES`:

       - ``CEC_TX_STATUS_MAX_RETRIES``